Drarig29 / json-tui

A JSON terminal UI made in C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

json-tui

Video

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.
  • 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.

Features for developers

  • simple: Only 300 line of C++ only. Depends on FTXUI.
  • No dependencies to install. Build simply using CMake.

Build:

mkdir build; cd build
cmake ..
make
sudo make install

Package

  • Snap package: sudo snap install json-tui. /!\ File access is confined to your home.
  • Deb package: Available in release page.
  • RPM package: Available in release page.
  • Arch linux package: To be added.
  • Binaries: Available in release page.

Authors:

  • Arthur Sonzogni
  • You? (PR are welcomed)

Similar projects:

About

A JSON terminal UI made in C++

License:MIT License


Languages

Language:C++ 81.3%Language:CMake 18.7%