Commit Graph

51 Commits (706bb85b5c7835e110620be78c71024b0ecbb03b)

Author SHA1 Message Date
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
skanehira 304e432e33 add expand keybindings 5 years ago
skanehira 55a32b05ed use SetChildren instead AddNodes 5 years ago
skanehira 9cca51ffc1 fix dosn't convert nil to null 5 years ago
skanehira f046ce0492 add expand keybinding 5 years ago
skanehira 22efc4a021 remove unuse comment 5 years ago
skanehira 471326bec5 improve make tree 5 years ago
skanehira d4d485ab98 add function AddNodes 5 years ago