Commit Graph

93 Commits (master)
 

Author SHA1 Message Date
spike 0acab30fc8 fix edit command 2 years ago
skanehira c6350f3337
Update README.md 2 years ago
skanehira 4f590aae4e Don't save filtered json tree #15 4 years ago
skanehira 061f693a5f update tview 4 years ago
skanehira 669f19fe9b fix nil pointer when parsing incorrect JSON 4 years ago
skanehira ca51ccc045 update readme 4 years ago
skanehira 41a970b963 when use tson as a library don't print log 4 years ago
skanehira b251ec1363 add lib package to use tson as a library 4 years ago
skanehira 7f3874bf16 remove file after edited json with editor 4 years ago
skanehira 6e97b2dd7e chnage vriable name 4 years ago
skanehira d5a9b6c749 add keybinding 'f' to search nodes 4 years ago
skanehira 18ed987be1 close file 4 years ago
skanehira 706bb85b5c fix when array in array that not parsed correctly 4 years ago
skanehira 96161748ac fix invalid memory address or nil pointer when $EDITOR is empty 4 years ago
skanehira 7e19c80c78 fix can't work edit json with $EDITOR on MacOS #13 4 years ago
skanehira d79b6e0a9d update readme and help 4 years ago
skanehira f170037d81 set tview tty to stdin when read json from stdin 4 years ago
skanehira 763423109a use 'q' to quit tson 4 years ago
skanehira fef7e8a520 delete unused log 4 years ago
skanehira 3de3c9e13c set filetype when editor is vim 4 years ago
skanehira a38189612d update readme and help 4 years ago
skanehira 9cbf059a23
Merge pull request #12 from skanehira/develop
Edit json with $EDITOR #11
4 years ago
skanehira 64e3845a01 making use editor to edit json 4 years ago
skanehira 4d5e2d920d update readme 4 years ago
skanehira bf49ccb878 use `H` to collapse value nodes 4 years ago
skanehira 2074324e11 imporve when no json specified 4 years ago
skanehira 9f48142187 improve move nodes 4 years ago
skanehira d79e61f7f9 ignore upper case when searching nodes 4 years ago
skanehira 15f5146c25 use ctrl-j/ctrl-k to move between parent nodes 4 years ago
skanehira 0ef94ac826 use spacebar to expand/collaspe nodes 4 years ago
skanehira 41180768c1
Merge pull request #10 from vaibhav2ghadge/master
closed request body
4 years ago
Vaibhav Ghadge 6a64b38ba0 closed request body 4 years ago
skanehira 148ad04e4c update gif 4 years ago
skanehira 9e7cba08a2 update readme 4 years ago
skanehira 1b58e6e361 add help panel 4 years ago
skanehira b18c4246be update keybinding 4 years ago
skanehira 603f84eb90 update original root tree when clear children nodes 4 years ago
skanehira 48aadd9719 update readme about add value 4 years ago
skanehira ccc3f95767 add feature of add new value to current node 4 years ago
skanehira 18abd7e204 improve run function 4 years ago
skanehira cc83ce3052 add circleci and goreleaser yaml 4 years ago
skanehira e252de3deb update readme 4 years ago
skanehira 9270e91729 add feature of add new tree node 4 years ago
skanehira fbf62cb2a8 make NewRootTreeNode to create new root tree node 4 years ago
skanehira 84fb13d075 use UnMarhsalJSON function 4 years ago
skanehira 478923bafe create UnMarshalJSON function to unmarshal json 4 years ago
skanehira 39bed694c0 make Form function to create form 4 years ago
skanehira a6410a4b4c update gif 4 years ago
skanehira 8a52e69fa9 add readme about editing nodes 4 years ago
skanehira fd200e1da7 decide the value type based on the inputed value 4 years ago