add a basic README and a screenshot
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
51c30bfa51
commit
5f425f9e30
2
Makefile
2
Makefile
|
@ -3,7 +3,7 @@ default: status-monitor
|
||||||
run:
|
run:
|
||||||
go run ./*.go
|
go run ./*.go
|
||||||
|
|
||||||
status-monitor:
|
build:
|
||||||
go build -o bin/status-monitor
|
go build -o bin/status-monitor
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
|
|
|
@ -0,0 +1,28 @@
|
||||||
|
# Description
|
||||||
|
|
||||||
|
This is a console client for manging peers connected to an instance of [status-go](https://github.com/status-im/status-go).
|
||||||
|
|
||||||
|
![](/img/status-go-monitor.png)
|
||||||
|
|
||||||
|
# Details
|
||||||
|
|
||||||
|
It is written in Go using [gocui](https://github.com/jroimartin/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
|
Binary file not shown.
After Width: | Height: | Size: 52 KiB |
Loading…
Reference in New Issue