rgflow.nvim
rgflow.nvim copied to clipboard
[feature request] is there a way to run rgflow for the files in the quickfix list?
hi mangelozzi!
LOVE this plugin -- thanks so much for releasing it!
I have a question, is there a way to run rgflow for the files that are already populated in the quickfix list?
here is a use case:
You want to rg a bunch of files that contain the word "one", only if they contain the word "two", on the command line you can do sth like this:
rg "one" $(rg -w "two" -g "*.md" -l)
how do you deal with cases like this? where you want to drill down the list of files you've already identified.