Commit Graph

58 Commits (master)

Author SHA1 Message Date
skanehira 4f590aae4e Don't save filtered json tree #15 4 years ago
skanehira 669f19fe9b fix nil pointer when parsing incorrect JSON 5 years ago
skanehira b251ec1363 add lib package to use tson as a library 5 years ago
skanehira 7f3874bf16 remove file after edited json with editor 5 years ago
skanehira 6e97b2dd7e chnage vriable name 5 years ago
skanehira d5a9b6c749 add keybinding 'f' to search nodes 5 years ago
skanehira 18ed987be1 close file 5 years ago
skanehira 706bb85b5c fix when array in array that not parsed correctly 5 years ago
skanehira 96161748ac fix invalid memory address or nil pointer when $EDITOR is empty 5 years ago
skanehira 7e19c80c78 fix can't work edit json with $EDITOR on MacOS #13 5 years ago
skanehira d79b6e0a9d update readme and help 5 years ago
skanehira f170037d81 set tview tty to stdin when read json from stdin 5 years ago
skanehira 763423109a use 'q' to quit tson 5 years ago
skanehira fef7e8a520 delete unused log 5 years ago
skanehira 3de3c9e13c set filetype when editor is vim 5 years ago
skanehira a38189612d update readme and help 5 years ago
skanehira 64e3845a01 making use editor to edit json 5 years ago
skanehira bf49ccb878 use `H` to collapse value nodes 5 years ago
skanehira 9f48142187 improve move nodes 5 years ago
skanehira d79e61f7f9 ignore upper case when searching nodes 5 years ago
skanehira 15f5146c25 use ctrl-j/ctrl-k to move between parent nodes 5 years ago
skanehira 0ef94ac826 use spacebar to expand/collaspe nodes 5 years ago
skanehira 1b58e6e361 add help panel 5 years ago
skanehira 603f84eb90 update original root tree when clear children nodes 5 years ago
skanehira ccc3f95767 add feature of add new value to current node 5 years ago
skanehira 9270e91729 add feature of add new tree node 5 years ago
skanehira fbf62cb2a8 make NewRootTreeNode to create new root tree node 5 years ago
skanehira 84fb13d075 use UnMarhsalJSON function 5 years ago
skanehira 478923bafe create UnMarshalJSON function to unmarshal json 5 years ago
skanehira 39bed694c0 make Form function to create form 5 years ago
skanehira fd200e1da7 decide the value type based on the inputed value 5 years ago
skanehira 28c301ebee fix save value null to "null" 5 years ago
skanehira 3e7f87db14 fix a problem with searching 5 years ago
skanehira 014795081d fix save string number 5 years ago
skanehira 805b6e1745 don't edit display charactor 5 years ago
skanehira 36d4114d49 fix parse bool 5 years ago
skanehira 84fe79ca33 fix can't run tson 5 years ago
skanehira 483c604c64 save the edited JSON 5 years ago
skanehira b112571eae improve make tree node 5 years ago
skanehira e985c1ed25 add save file keybinding 5 years ago
skanehira a5f2cb4982 ignore case when filtering 5 years ago
skanehira dd74a30953 add feature of filter nodes 5 years ago
skanehira 4d1f1a52fa change input field width 5 years ago
skanehira 4e084289f9 add load json from file keybinding 5 years ago
skanehira a58f1b34b2 remove page when close input 5 years ago
skanehira 5a12ecefba improve input modal 5 years ago
skanehira 2b766fd0a1 add keybinding clear child node 5 years ago
skanehira 6d87ed7d39 fix display leteral 5 years ago
skanehira d3307f7342 add expand keybindings 5 years ago
skanehira f91a6e2074 add feature that edit value 5 years ago