greplace icon indicating copy to clipboard operation
greplace copied to clipboard

Allow blank filename lists so that ignore files are respected

Open styrmis opened this issue 5 years ago • 2 comments

Specifying '*' will cause any local ignore files to be skipped.

When all (non-ignored) files should be searched then no files should be specified for the grep program.

When not using a grep program, an error will still be raised if we end up with an empty list of files.

Tested to work with ag and rg.

References #6

styrmis avatar Nov 19 '19 10:11 styrmis

@yegappan Would it be possible to merge this? Happy to alter the implementation if you have feedback on it.

Still using this plugin regularly, now with rg, thank you for publishing it 🙏

styrmis avatar Dec 18 '23 11:12 styrmis

Thanks for the patch. Can you update the help text with a description about this?

yegappan avatar Dec 18 '23 15:12 yegappan