happypeter / happygrep

damn easy command line search
100 stars 39 forks source link

a nicer format to ignore things #2

Closed happypeter closed 9 years ago

happypeter commented 12 years ago

now I use happygrep keyword ignore_stuff to get things ignored, this is bad format, try

happygrep keyword --exclude file1 dir2/

or maybe even better, read stuff from somefile like .gitignore

happygrep keyword --exclude-list .gitignore