keeferrourke / imgrep

A grep for images. Submission to Hack the North 2017.
https://devpost.com/software/imgrep
Other
24 stars 5 forks source link

[behaviour change] add non-recursive directory searches by default #11

Open keeferrourke opened 7 years ago

keeferrourke commented 7 years ago

to make this more grep-like and so as not to force users to scan their entire file trees, imgrep search should default to a non-recursive scan of the current working directory. The current recursive behaviour should move to imgrep search -r

keeferrourke commented 7 years ago

Addressing this issue will likely affect code paths related to #15