Commit Graph

  • 0acab30fc8 fix edit command master spike 2022-07-13 12:05:10 +0200
  • c6350f3337
    Update README.md skanehira 2022-01-18 09:21:37 +0900
  • 4f590aae4e Don't save filtered json tree #15 1.3.3 skanehira 2019-12-02 22:57:16 +0900
  • 061f693a5f update tview skanehira 2019-12-01 22:53:51 +0900
  • 669f19fe9b fix nil pointer when parsing incorrect JSON 1.3.2 skanehira 2019-11-23 14:04:04 +0900
  • ca51ccc045 update readme skanehira 2019-11-22 15:34:54 +0900
  • 41a970b963 when use tson as a library don't print log 1.3.1 skanehira 2019-11-22 15:11:12 +0900
  • b251ec1363 add lib package to use tson as a library 1.3.0 skanehira 2019-11-21 13:45:32 +0900
  • 7f3874bf16 remove file after edited json with editor skanehira 2019-11-10 18:41:01 +0900
  • 6e97b2dd7e chnage vriable name skanehira 2019-11-09 20:42:18 +0900
  • d5a9b6c749 add keybinding 'f' to search nodes skanehira 2019-11-09 18:09:17 +0900
  • 18ed987be1 close file 1.2.4 skanehira 2019-11-09 10:46:41 +0900
  • 706bb85b5c fix when array in array that not parsed correctly 1.2.3 skanehira 2019-11-08 19:50:24 +0900
  • 96161748ac fix invalid memory address or nil pointer when $EDITOR is empty 1.2.2 skanehira 2019-11-08 17:12:50 +0900
  • e05007d4d0 fix lost keystrok when restore suspend develop skanehira 2019-11-08 17:03:35 +0900
  • 7e19c80c78 fix can't work edit json with $EDITOR on MacOS #13 skanehira 2019-11-08 16:14:32 +0900
  • d79b6e0a9d update readme and help skanehira 2019-11-08 09:27:31 +0900
  • f170037d81 set tview tty to stdin when read json from stdin 1.2.1 skanehira 2019-11-07 23:13:19 +0900
  • 763423109a use 'q' to quit tson skanehira 2019-11-07 21:41:51 +0900
  • fef7e8a520 delete unused log skanehira 2019-11-07 20:47:41 +0900
  • 3de3c9e13c set filetype when editor is vim skanehira 2019-11-07 20:47:13 +0900
  • a38189612d update readme and help 1.2.0 skanehira 2019-11-07 16:49:58 +0900
  • 9cbf059a23
    Merge pull request #12 from skanehira/develop skanehira 2019-11-07 16:44:33 +0900
  • 64e3845a01 making use editor to edit json skanehira 2019-11-06 13:47:15 +0900
  • 4d5e2d920d update readme skanehira 2019-11-06 12:25:11 +0900
  • bf49ccb878 use `H` to collapse value nodes skanehira 2019-11-06 12:24:51 +0900
  • 2074324e11 imporve when no json specified skanehira 2019-11-03 09:54:51 +0900
  • 9f48142187 improve move nodes skanehira 2019-11-05 15:32:49 +0900
  • d79e61f7f9 ignore upper case when searching nodes skanehira 2019-11-05 15:30:59 +0900
  • 15f5146c25 use ctrl-j/ctrl-k to move between parent nodes 1.1.1 skanehira 2019-11-04 23:33:48 +0900
  • 0ef94ac826 use spacebar to expand/collaspe nodes 1.1.0 skanehira 2019-11-04 21:53:57 +0900
  • 41180768c1
    Merge pull request #10 from vaibhav2ghadge/master skanehira 2019-11-03 23:22:23 +0900
  • 6a64b38ba0 closed request body Vaibhav Ghadge 2019-11-03 17:13:59 +0530
  • 148ad04e4c update gif skanehira 2019-11-02 22:06:39 +0900
  • 9e7cba08a2 update readme skanehira 2019-11-02 19:33:58 +0900
  • 1b58e6e361 add help panel 1.0.4 skanehira 2019-11-02 19:29:23 +0900
  • b18c4246be update keybinding 1.0.3 skanehira 2019-11-02 18:07:23 +0900
  • 603f84eb90 update original root tree when clear children nodes skanehira 2019-11-02 18:06:56 +0900
  • 48aadd9719 update readme about add value skanehira 2019-11-02 18:06:28 +0900
  • ccc3f95767 add feature of add new value to current node skanehira 2019-11-02 18:05:53 +0900
  • 18abd7e204 improve run function skanehira 2019-11-02 17:40:28 +0900
  • cc83ce3052 add circleci and goreleaser yaml 1.0.0 skanehira 2019-11-02 16:54:52 +0900
  • e252de3deb update readme skanehira 2019-11-02 16:49:34 +0900
  • 9270e91729 add feature of add new tree node skanehira 2019-11-02 16:35:32 +0900
  • fbf62cb2a8 make NewRootTreeNode to create new root tree node skanehira 2019-11-02 16:27:27 +0900
  • 84fb13d075 use UnMarhsalJSON function skanehira 2019-11-02 15:50:55 +0900
  • 478923bafe create UnMarshalJSON function to unmarshal json skanehira 2019-11-02 15:45:12 +0900
  • 39bed694c0 make Form function to create form skanehira 2019-11-02 12:38:47 +0900
  • a6410a4b4c update gif skanehira 2019-11-02 11:32:29 +0900
  • 8a52e69fa9 add readme about editing nodes skanehira 2019-11-02 10:04:09 +0900
  • fd200e1da7 decide the value type based on the inputed value skanehira 2019-11-02 09:42:15 +0900
  • 7a310da85b update readme skanehira 2019-11-02 02:50:57 +0900
  • 28c301ebee fix save value null to "null" skanehira 2019-11-02 02:23:56 +0900
  • 495202c432 add feature of read json from url #8 skanehira 2019-11-02 02:04:57 +0900
  • 3e7f87db14 fix a problem with searching skanehira 2019-11-02 01:43:59 +0900
  • 433de566ca update readme skanehira 2019-11-01 20:14:16 +0900
  • 014795081d fix save string number skanehira 2019-11-01 19:52:50 +0900
  • 805b6e1745 don't edit display charactor skanehira 2019-11-01 17:10:57 +0900
  • 36d4114d49 fix parse bool skanehira 2019-11-01 16:58:26 +0900
  • 84fe79ca33 fix can't run tson skanehira 2019-11-01 16:44:40 +0900
  • 483c604c64 save the edited JSON skanehira 2019-11-01 16:41:49 +0900
  • baa39d60f5
    Merge pull request #7 from md2perpe/fixes skanehira 2019-11-01 12:36:15 +0900
  • 18b602752f Fixes Per Persson 2019-10-31 19:28:03 +0100
  • b112571eae improve make tree node skanehira 2019-11-01 00:40:36 +0900
  • e985c1ed25 add save file keybinding skanehira 2019-11-01 00:25:43 +0900
  • 741c0252a2 add support os skanehira 2019-10-31 13:59:16 +0900
  • 6fddc6eec0 update README skanehira 2019-10-31 12:20:55 +0900
  • a5f2cb4982 ignore case when filtering skanehira 2019-10-31 00:25:04 +0900
  • dd74a30953 add feature of filter nodes skanehira 2019-10-31 00:15:56 +0900
  • 4d1f1a52fa change input field width skanehira 2019-10-30 22:38:42 +0900
  • 4e084289f9 add load json from file keybinding skanehira 2019-10-30 22:28:53 +0900
  • a58f1b34b2 remove page when close input skanehira 2019-10-30 21:53:08 +0900
  • 5a12ecefba improve input modal skanehira 2019-10-30 21:47:05 +0900
  • df24d86d4e update go modules skanehira 2019-10-30 21:46:47 +0900
  • 2b766fd0a1 add keybinding clear child node skanehira 2019-10-30 20:42:35 +0900
  • 19a53b555e add float test data skanehira 2019-10-30 20:32:17 +0900
  • 6d87ed7d39 fix display leteral skanehira 2019-10-30 20:32:07 +0900
  • d3307f7342 add expand keybindings skanehira 2019-10-30 20:12:04 +0900
  • f91a6e2074 add feature that edit value skanehira 2019-10-30 17:01:39 +0900
  • 304e432e33 add expand keybindings skanehira 2019-10-30 10:49:57 +0900
  • d91c9a55e5 add log flag skanehira 2019-10-30 10:49:33 +0900
  • 55a32b05ed use SetChildren instead AddNodes skanehira 2019-10-30 03:14:53 +0900
  • 9cca51ffc1 fix dosn't convert nil to null skanehira 2019-10-30 03:04:18 +0900
  • f046ce0492 add expand keybinding skanehira 2019-10-30 02:52:53 +0900
  • 22efc4a021 remove unuse comment skanehira 2019-10-30 02:42:15 +0900
  • 471326bec5 improve make tree skanehira 2019-10-30 02:41:53 +0900
  • d4d485ab98 add function AddNodes skanehira 2019-10-30 02:34:11 +0900
  • 13bc20995b update go modules skanehira 2019-10-30 02:28:31 +0900
  • 1d87821121 make json tree view skanehira 2019-10-30 02:28:25 +0900
  • 203e88ccdf add sample data and code skanehira 2019-10-29 23:01:24 +0900
  • 88f1d65459 add go modules skanehira 2019-10-29 23:00:48 +0900
  • 7940318feb change readme file name skanehira 2019-10-28 18:25:21 +0900
  • a444d1d917 add license skanehira 2019-10-28 18:24:26 +0900
  • f89bae1171 first commit skanehira 2019-10-28 18:23:49 +0900