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 a09067ecb7 controller: add pubsub 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 refac config: use toml 5 years ago
docs fix docs 5 years ago
events fix pubsub 5 years ago
logging refac app and logging 5 years ago
network refac summary 5 years ago
pubsub controller: add pubsub 5 years ago
ui controller: add pubsub 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 godoc 5 years ago
go.mod refac config: use toml 5 years ago
go.sum refac config: use toml 5 years ago

README.md

MIT licensed Godoc tippin.me

lntop

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

Install

require the go programming language (version >= 1.11)

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