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 c1b5cb0135 refac config: use toml 6 years ago
app refac app and logging 6 years ago
cli cli: add pubsub command 6 years ago
cmd/lntop cli: init app 6 years ago
config refac config: use toml 6 years ago
docs fix docs 6 years ago
events events: InvoiceCreated InvoiceSettled 6 years ago
logging refac app and logging 6 years ago
network ft backend: SubscribeChannels 6 years ago
pubsub events: InvoiceCreated InvoiceSettled 6 years ago
ui refac layout 6 years ago
vendor refac config: use toml 6 years ago
.gitignore init gitignore 6 years ago
LICENSE Initial commit 6 years ago
README.md README: add godoc 6 years ago
go.mod refac config: use toml 6 years ago
go.sum refac config: use toml 6 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 ./...