$:/litapp/blog

A blog about nothing, coding, photography, and generative art


jq fzf powered filtering - 2023/11/18 09:39

When needing to explore a JSON file for a long time I just reached into my history and looked for a oneliner that I copied from a github gist echo '' | fzf --print-query --preview "cat *.json | jq {q}". This worked quite well, but I have now decided to improve it leveraging the fzf features. [...]