#memo, #jq, #fzf, #bash

Interactive jq

I built an interactive jq TUI using fzf!

I was searching for an interactive jq editor when I came across this repo, which had an intriguing suggestion:

echo '' | fzf --print-query --preview "cat *.json | jq {q}" – An fzf hack that turns it into an interactive jq explorer.

This sent me down a rabbit hole, and I discovered just how incredibly configurable fzf is, e.g.:

I wonder how many different TUIs I can create with just fzf?

Checkout the code for ijq here.

· memo, jq, fzf, bash