For viewing & searching a json file without opening it in an editor. Todd knows how to represents json files with syntax highlighting and searching.
Binaries are provided in the Releases section. If your target computer isn't covered, you can always build from source.
todd my_file.jsonj | <Down> | <C-n>: Moves down one linek | <Up> | <C-p>: Moves up one line/: Puts the focus on a searching widget where you can lookup anything in the file (case insensitive)n: Move to the next match if a search has been appliedN: Move to the previous match if a search has been applied<C-d>: Scroll half a page down<C-u>: Scroll half a page upg: Move to the top of the fileG: Move to the bottom of the file
i: Opens the popup for inserting a new key/value pair or a single value if in an arraye: Edit an existing key/value pair or array value at the current cursor positionq: Quits the application
Feel free to open an issue first to discuss what you would like to change.
This project is licensed under the MIT License. See the LICENSE file for details.
