Hacker News new | ask | show | jobs
by kbd 1777 days ago
Just sharing my take on that interactive jq (or anything else) repl:

https://github.com/kbd/setup/blob/master/HOME/bin/fzr

It's just an fzf wrapper that sets up temporary files and so on. It works really well; it's amazing all the things one can use fzf for.

1 comments

This is nice, it uses latest/modern python3 features, thanks, I needed some use case to see how those feature are useful in real world...