- Support building json-tui from external packages. Useful for distributions that want to package json-tui without using FetchContent.
- Roll new FTXUI version. This fixes Table horizontal separators.
- Fix component ordering in some tables.
- Support
G
andgg
keybinding. - Support '-' and '+'.
- Add option
-k
,-key
,-keybinding
. This displays the supported keys.
- Add the "table view" toggle. This turn Array of objects into tables.
- Add '-f' or '--fullscreen" options. It causes the JSON to be displayed on the alternate buffer, in fullscreen.
- Use 'q' or 'escape' to quit.
- Support Windows. Reading the JSON from stdin is not supported.
- Argument parser improvement.