I will say, though, that a couple things ijq can do that the fzf snippet cannot are autocompletions of JSON keys (very useful IMO when working with large documents) and the ability to read in from stdin, which allows ijq to be used in a pipeline.
That said, the fzf solution seems great for quick one-offs!
5 comments
[ 3.1 ms ] story [ 27.3 ms ] threadAlthough I wonder if one can build a reasonable ad-hoc approximation with fzf and/or entr.
I will say, though, that a couple things ijq can do that the fzf snippet cannot are autocompletions of JSON keys (very useful IMO when working with large documents) and the ability to read in from stdin, which allows ijq to be used in a pipeline.
That said, the fzf solution seems great for quick one-offs!