|
|
|
|
|
by psacawa
1777 days ago
|
|
I've written about this before, but for tmux users, I have interactive querying the form of ten-line shell script [1]. See it live [2]. It can easily be modfied to interactively query yaml, html with xpath or css, or text with awk or what have, and I have variants for each of these. This has the advantage over the parent comment thatyou have your text editor's key bindings instead of those of fzf. Dependencies: tmux, nodemon, less, jq, vim [1]: https://gist.github.com/psacawa/e63c4e25a8b0405309d3a03b6b50... [2]: https://streamable.com/jwdrqu |
|