ShuP1 / jt

Just a Tree is a terminal line interface for displaying, editing and interacting with JSON data in a tree view

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Just a Tree

jt is a terminal line interface (TUI) for displaying, editing and interacting with JSON data in a tree view.

Install

python -m pip install jt

Usage

  • Calls jc magic commands if possible:
jt dig github.com
  • Interact with piped data:
curl 'https://api.github.com/repos/stedolan/jq/commits' | jt
  • Edit file:
jt ./data.json

jt TUI example

About

Just a Tree is a terminal line interface for displaying, editing and interacting with JSON data in a tree view

License:MIT License


Languages

Language:Python 100.0%