ctrlsf.vim
ctrlsf.vim copied to clipboard
Feature request/query: how to pass a list of files to grep through?
Hi
I have a list of files that I want CtrlSF to look through instead directories. It is possible to do that?
Thanks for the awesome plugin.
Edit: I am in linux and have got the file list using fd
You can pass the list to CtrlSF as regular command
:CtrlSF foo file1 file2 file3
Can it be a file?
it might be 100s of files thats why asking if we can put all the files in a list and pass that list or a command like cat list