jsonifyx is a Terminal based application for beautifying json using urwid and python.
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.