You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
Edouard Paris 106d59957b readme add image 5 years ago
app refac app and logging 5 years ago
cli controller: add pubsub 5 years ago
cmd/lntop cli: init app 5 years ago
config config default 5 years ago
docs fix docs 5 years ago
events git add ticker 5 years ago
logging refac app and logging 5 years ago
network views channel node alias 5 years ago
pubsub git add ticker 5 years ago
ui views channel node alias 5 years ago
vendor refac config: use toml 5 years ago
.gitignore init gitignore 5 years ago
LICENSE Initial commit 5 years ago
README.md readme add image 5 years ago
go.mod refac config: use toml 5 years ago
go.sum refac config: use toml 5 years ago

README.md

lntop

MIT licensed Go Report Card Godoc tippin.me

lntop is an interactive text-mode channels viewer for Unix systems.

screencast

Install

Require the go programming language (version >= 1.11)

git clone git@github.com:edouardparis/lntop.git
cd lntop && export GO111MODULE=on && go install ./...