• Stars
    star
    244
  • Rank 165,885 (Top 4 %)
  • Language
    Python
  • License
    GNU General Publi...
  • Created over 4 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

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.

asciicast

A manual for jq can be found here.

Download & Install

sudo apt install jq  # <-- Install the jq tool, on MacOS install using `brew install jq`
pip3 install jqed

Usage / Examples

cat some_file.json | jqed
ip --json link | jqed