Jakub Sokołowski
3609f1bf33
Signed-off-by: Jakub Sokołowski <jakub@status.im> |
||
---|---|---|
img | ||
.gitignore | ||
LICENSE | ||
Makefile | ||
README.md | ||
client.go | ||
control.go | ||
go.mod | ||
go.sum | ||
json.go | ||
loop.go | ||
main.go | ||
model.go | ||
render.go | ||
state.go | ||
view.go |
README.md
Status Go Monitor
This is a console client for manging peers connected to an instance of status-go.
Details
It is written in Go using gocui library.
Building
The simplest way is to just run:
make build
And use it from the bin
folder:
./bin/status-monitor
TODO
- Command line options for connecting to
status-go
- Confirmation dialogs for actions on peers
- Syncing of mailservers
- Info about current node
- Help screen / bindings list