mirror of
https://github.com/skanehira/tson
synced 2024-11-15 12:13:04 +00:00
18b602752f
* Spelling * Versalization * Missing `cd` target |
||
---|---|---|
gui | ||
go.mod | ||
go.sum | ||
LICENSE | ||
main.go | ||
README.md | ||
test.json |
tson
tson
is JSON viewer written in Go.
This tool displays JSON as a tree and you can search and edit key or values.
Support OS
- Mac
- Linux
Installation
$ git clone https://github.com/skanehira/tson
$ cd tson && go install
Usage
$ tson < test.json
Keybinding
JSON tree
key | description |
---|---|
j | move down |
k | move up |
g | move to the top |
G | move to the bottom |
ctrl-f | page up |
ctrl-b | page down |
h | hide current node |
H | collaspe all nodes |
l | expand current node |
L | expand all nodes |
r | read from file |
Enter | edit node |
/ | search nodes |
Author
skanehira