mirror of
https://github.com/edouardparis/lntop
synced 2024-11-04 06:00:14 +00:00
app | ||
cli | ||
cmd/lntop | ||
config | ||
docs | ||
events | ||
logging | ||
network | ||
pubsub | ||
ui | ||
vendor | ||
.gitignore | ||
go.mod | ||
go.sum | ||
LICENSE | ||
README.md |
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 ./...