json interactive stream editor

A tool inspired by Ultimate Plumber that uses jq to process JSON and show you the results instantly, to enable greater interactivity.

json interactive stream editor (jq + up) - for Linux and MacOS.

Download & Install

sudo apt install jq  # On MacOS: brew install jq
pip3 install urwid urwid-readline
cd ~/Downloads
git clone https://github.com/Wazzaps/jqed
sudo install -o root -g root ./jqed/jqed /usr/bin/

GitHub