2
0
mirror of https://github.com/skanehira/tson synced 2024-11-15 12:13:04 +00:00
Go to file
2019-11-01 00:25:43 +09:00
gui add save file keybinding 2019-11-01 00:25:43 +09:00
go.mod update go modules 2019-10-30 21:46:47 +09:00
go.sum update go modules 2019-10-30 21:46:47 +09:00
LICENSE add license 2019-10-28 18:24:26 +09:00
main.go add log flag 2019-10-30 10:49:33 +09:00
README.md add support os 2019-10-31 13:59:16 +09:00
test.json add float test data 2019-10-30 20:32:17 +09:00

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

Installtion

$ git clone https://github.com/skanehira/tson
$ cd && 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