helm-projectile icon indicating copy to clipboard operation
helm-projectile copied to clipboard

Allow configuring how `--ignore` should be passed (or if it should be passed at all)

Open dakrone opened this issue 9 years ago • 2 comments

helm-projectile shouldn't hardcode how --ignore is passed.

See: https://github.com/syohex/emacs-helm-ag/issues/283 for more information. I'd love to be able to customize a var that changes this to --ignore-file for ripgrep (or rather, not pass it at all since ripgrep uses your .gitignore correctly)

dakrone avatar Nov 18 '16 00:11 dakrone

@bbatsov Do we need to add projectile-ripgrep and corresponding helm-projectile-ripgrep commands, since we have projectile-ag, projectile-ack, etc.? Or try to provide a single command as an interface to many search tools like helm-ag tries to do?

Either way, @dakrone, a patch would be welcome.

xiongtx avatar Jan 28 '17 03:01 xiongtx