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 f869a471b5 add doc.go 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 default 5 years ago
events git add ticker 5 years ago
logging refac app and logging 5 years ago
network update gui 5 years ago
pubsub git add ticker 5 years ago
ui add doc.go 5 years ago
vendor views: message.NewPrinter(language.English) 5 years ago
.gitignore init gitignore 5 years ago
LICENSE Initial commit 5 years ago
README.md reset cache github 5 years ago
doc.go add doc.go 5 years ago
go.mod views: message.NewPrinter(language.English) 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.

lntop-v0.0.0 lntop-v0.0.0

Install

Require the go programming language (version >= 1.11)

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