diff options
Diffstat (limited to 'misc/json-tui/pkg-descr')
-rw-r--r-- | misc/json-tui/pkg-descr | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/misc/json-tui/pkg-descr b/misc/json-tui/pkg-descr new file mode 100644 index 000000000000..d552040289ab --- /dev/null +++ b/misc/json-tui/pkg-descr @@ -0,0 +1,12 @@ +json-tui is a JSON terminal UI made in C++. + +Features: +* Interactive: Use keyboard or mouse to scroll/expand objects. +* Colors +* Responsive: Adapt to the terminal dimensions. Very long text values are + wrapped on several lines. +* Cross-platform +* The output is displayed inline with the previous commands. Meaning you can + still see the json after leaving json-tui. +* (Vim users): Also support j/k for navigation. +* Table view: Turn arrays of objects into tables. |