rauchg / spot

Tiny file search utility (bash)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Be able to ignore directories

jgallen23 opened this issue · comments

I'd like some way to ignore node_module directories. Thoughts?

We could add -e (exclude), and allow multiple.
You could then alias spot to spot -e node_modules

Need to think about this one more

Another possible option: .spotrc file in ~/ or current directory.

I'd be more willing to just write this feature if my bash wasn't rusty. Hope we can get this in though.

+1 for -e .....

Added support for -e option #14

This was added.