Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 499 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 499 Bytes

jsonifyx is a Terminal based application for beautifying json using urwid and python.

screenshot

Installation:

git clone [email protected]:misraX/jsonifyx.git

cd jsonifyx && virtualenv venv

source venv/bin/activate

pip install -r requirements.txt

python start.py

TODO:

  • Designing the grid.
  • pygamet formatter.
  • Add keys like "c" for clear, and "h" for help.
  • Add help page.