Skip to content

Releases: ArthurSonzogni/json-tui

v1.3.0

19 Jan 15:40
Compare
Choose a tag to compare

The Table view feature. Whenever an array of object is encountered, it can be displayed as a table instead.

Demo

v1.2.0

12 Jan 23:59
f365a9f
Compare
Choose a tag to compare
  • 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.

v1.1.1

10 Jan 22:00
5a223aa
Compare
Choose a tag to compare
  • Fix hitbox after a terminal induced content scroll.
  • Add a better error message explaining why a JSON is not parsable.

v1.1.0

10 Jan 20:02
5160a55
Compare
Choose a tag to compare
  • Parse float and big numbers correctly.
  • Performance improvement when reading the file.
  • Support MacOS.
  • Various minor code improvements.

v1.0.3

09 Jan 20:57
d87f48c
Compare
Choose a tag to compare

Minor bug fixes.

v1.0.0

09 Jan 16:08
6ae18bf
Compare
Choose a tag to compare

The initial release of json-tui.