Wilfred/deadgrep

Allow deadgrep to search in a list of directories (from a file)

elkarouh opened this issue · 1 comments

Deadgrep can now search in a directory, but i have a use case where i want to search a list of directories (from a file).
I guess it would suffice to call ripgrep repeatedly and output to the same buffer, but i am not versed enough in elisp to do such a thing.

FYI, i have a work-around.
I wrote a bash wrapper and substituted it for the ripgrep executable in the source file.