2
0
mirror of https://github.com/edouardparis/lntop synced 2024-11-04 06:00:14 +00:00
Go to file
2019-04-03 10:14:47 +02:00
app refac app and logging 2019-03-26 14:02:59 +01:00
cli controller: add pubsub 2019-03-29 17:30:48 +01:00
cmd/lntop cli: init app 2019-03-15 16:08:57 +01:00
config config default 2019-04-01 17:53:41 +02:00
docs fix docs 2019-03-22 15:22:54 +01:00
events git add ticker 2019-04-01 14:46:59 +02:00
logging refac app and logging 2019-03-26 14:02:59 +01:00
network refac lnd: subscribe invoices 2019-04-01 09:57:32 +02:00
pubsub git add ticker 2019-04-01 14:46:59 +02:00
ui fix views Get 2019-04-03 10:14:47 +02:00
vendor refac config: use toml 2019-03-28 09:21:46 +01:00
.gitignore init gitignore 2019-03-15 17:52:29 +01:00
go.mod refac config: use toml 2019-03-28 09:21:46 +01:00
go.sum refac config: use toml 2019-03-28 09:21:46 +01:00
LICENSE Initial commit 2019-03-15 15:42:17 +01:00
README.md fix README 2019-04-01 16:43:24 +02:00

lntop

MIT licensed Go Report Card Godoc tippin.me

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