Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 399 Bytes

File metadata and controls

35 lines (25 loc) · 399 Bytes

json-view

INSTALL

go get github.com/doorOfChoice/json-view
go build -o json
./json [file]

DEPENDENCE

github.com/nsf/termbox-go

OPERATION

[↑] move up
[↓] move down
[←] move left
[→] move right
[E] close toggle
[Q] open all json
[W] move up 5 unit
[S] move down 5 unit
[A] move left 5 unit
[D] move right 5 unit
[Ctrl + C] exit 

View