2
0
mirror of https://github.com/skanehira/tson synced 2024-11-17 09:25:31 +00:00
Commit Graph

92 Commits

Author SHA1 Message Date
skanehira
c6350f3337
Update README.md 2022-01-18 09:21:37 +09:00
skanehira
4f590aae4e Don't save filtered json tree #15 2019-12-02 22:57:16 +09:00
skanehira
061f693a5f update tview 2019-12-01 22:54:03 +09:00
skanehira
669f19fe9b fix nil pointer when parsing incorrect JSON 2019-11-23 14:04:04 +09:00
skanehira
ca51ccc045 update readme 2019-11-22 15:34:54 +09:00
skanehira
41a970b963 when use tson as a library don't print log 2019-11-22 15:11:12 +09:00
skanehira
b251ec1363 add lib package to use tson as a library 2019-11-21 13:46:19 +09:00
skanehira
7f3874bf16 remove file after edited json with editor 2019-11-10 18:41:05 +09:00
skanehira
6e97b2dd7e chnage vriable name 2019-11-09 20:42:18 +09:00
skanehira
d5a9b6c749 add keybinding 'f' to search nodes 2019-11-09 18:10:22 +09:00
skanehira
18ed987be1 close file 2019-11-09 10:46:41 +09:00
skanehira
706bb85b5c fix when array in array that not parsed correctly 2019-11-08 19:50:24 +09:00
skanehira
96161748ac fix invalid memory address or nil pointer when $EDITOR is empty 2019-11-08 17:12:50 +09:00
skanehira
7e19c80c78 fix can't work edit json with $EDITOR on MacOS #13 2019-11-08 16:14:32 +09:00
skanehira
d79b6e0a9d update readme and help 2019-11-08 09:27:31 +09:00
skanehira
f170037d81 set tview tty to stdin when read json from stdin 2019-11-07 23:13:19 +09:00
skanehira
763423109a use 'q' to quit tson 2019-11-07 21:41:51 +09:00
skanehira
fef7e8a520 delete unused log 2019-11-07 20:47:41 +09:00
skanehira
3de3c9e13c set filetype when editor is vim 2019-11-07 20:47:13 +09:00
skanehira
a38189612d update readme and help 2019-11-07 16:49:58 +09:00
skanehira
9cbf059a23
Merge pull request #12 from skanehira/develop
Edit json with $EDITOR #11
2019-11-07 16:44:33 +09:00
skanehira
64e3845a01 making use editor to edit json 2019-11-07 16:41:38 +09:00
skanehira
4d5e2d920d update readme 2019-11-06 12:25:11 +09:00
skanehira
bf49ccb878 use H to collapse value nodes 2019-11-06 12:24:51 +09:00
skanehira
2074324e11 imporve when no json specified 2019-11-05 20:13:44 +09:00
skanehira
9f48142187 improve move nodes 2019-11-05 15:32:49 +09:00
skanehira
d79e61f7f9 ignore upper case when searching nodes 2019-11-05 15:30:59 +09:00
skanehira
15f5146c25 use ctrl-j/ctrl-k to move between parent nodes 2019-11-04 23:43:54 +09:00
skanehira
0ef94ac826 use spacebar to expand/collaspe nodes 2019-11-04 21:57:51 +09:00
skanehira
41180768c1
Merge pull request #10 from vaibhav2ghadge/master
closed request body
2019-11-03 23:22:23 +09:00
Vaibhav Ghadge
6a64b38ba0 closed request body 2019-11-03 17:13:59 +05:30
skanehira
148ad04e4c update gif 2019-11-02 22:06:39 +09:00
skanehira
9e7cba08a2 update readme 2019-11-02 19:33:58 +09:00
skanehira
1b58e6e361 add help panel 2019-11-02 19:31:14 +09:00
skanehira
b18c4246be update keybinding 2019-11-02 18:07:23 +09:00
skanehira
603f84eb90 update original root tree when clear children nodes 2019-11-02 18:06:56 +09:00
skanehira
48aadd9719 update readme about add value 2019-11-02 18:06:28 +09:00
skanehira
ccc3f95767 add feature of add new value to current node 2019-11-02 18:05:53 +09:00
skanehira
18abd7e204 improve run function 2019-11-02 17:40:28 +09:00
skanehira
cc83ce3052 add circleci and goreleaser yaml 2019-11-02 16:54:52 +09:00
skanehira
e252de3deb update readme 2019-11-02 16:49:34 +09:00
skanehira
9270e91729 add feature of add new tree node 2019-11-02 16:35:32 +09:00
skanehira
fbf62cb2a8 make NewRootTreeNode to create new root tree node 2019-11-02 16:27:27 +09:00
skanehira
84fb13d075 use UnMarhsalJSON function 2019-11-02 15:50:55 +09:00
skanehira
478923bafe create UnMarshalJSON function to unmarshal json 2019-11-02 15:45:12 +09:00
skanehira
39bed694c0 make Form function to create form 2019-11-02 12:38:47 +09:00
skanehira
a6410a4b4c update gif 2019-11-02 11:43:09 +09:00
skanehira
8a52e69fa9 add readme about editing nodes 2019-11-02 10:04:09 +09:00
skanehira
fd200e1da7 decide the value type based on the inputed value 2019-11-02 09:42:15 +09:00
skanehira
7a310da85b update readme 2019-11-02 02:50:57 +09:00