rgflow.nvim icon indicating copy to clipboard operation
rgflow.nvim copied to clipboard

[feature request] is there a way to run rgflow for the files in the quickfix list?

Open angelidis opened this issue 1 year ago • 0 comments

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.

angelidis avatar May 07 '24 18:05 angelidis