Does it make sense to add a feature to limit the depth of search to N sub-directories deep? e.g: ```#!bash sift -d 2 'mystring' # search for "mystring" in files but don't recurse more then 2 directories deep ```