bbatsov / helm-projectile

Helm UI for Projectile
327 stars 71 forks source link

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

Open dakrone opened 7 years ago

dakrone commented 7 years ago

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)

xiongtx commented 7 years ago

@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.

arichiardi commented 2 weeks ago

Oh - yes (7 years later) I have identified this one too - disallowing --ignore would also solve #21