sift icon indicating copy to clipboard operation
sift copied to clipboard

Limit depth of search?

Open prologic opened this issue 6 years ago • 0 comments

Does it make sense to add a feature to limit the depth of search to N sub-directories deep?

e.g:

sift -d 2 'mystring'  # search for "mystring" in files but don't recurse more then 2 directories deep

prologic avatar Dec 31 '18 02:12 prologic