2
0
mirror of https://github.com/edouardparis/lntop synced 2024-11-13 13:10:34 +00:00
Go to file
2019-03-26 18:41:41 +01:00
app refac app and logging 2019-03-26 14:02:59 +01:00
cli cli: add pubsub command 2019-03-26 17:48:58 +01:00
cmd/lntop cli: init app 2019-03-15 16:08:57 +01:00
config refac app and logging 2019-03-26 14:02:59 +01:00
docs fix docs 2019-03-22 15:22:54 +01:00
events pubsub and events 2019-03-26 10:06:32 +01:00
logging refac app and logging 2019-03-26 14:02:59 +01:00
network refac lnd conn 2019-03-25 13:58:57 +01:00
pubsub pubsub: watch invoices 2019-03-26 13:30:39 +01:00
ui fix views channels 2019-03-26 09:40:43 +01:00
vendor ui: add channels color 2019-03-20 10:04:17 +01:00
.gitignore init gitignore 2019-03-15 17:52:29 +01:00
go.mod ui: add channels color 2019-03-20 10:04:17 +01:00
go.sum ui: add channels color 2019-03-20 10:04:17 +01:00
LICENSE Initial commit 2019-03-15 15:42:17 +01:00
README.md README: add godoc 2019-03-26 18:41:41 +01:00

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 ./...