Exclude files in search bar
Exclude files in search bar
Would be nice to be have a flag to exclude files (or directories) in the search box. I do not want to use tools, options, exclude except for permanent excludes (it is too awkward to do this on an ad-hoc basis.) Otherwise, this program is perfect!
Re: Exclude files in search bar
In general, drive selector checkboxes might be a benefit, IMO.
Otherwise something like:
Would search C:\TMP but not the directories \nx\ or \win\ or any directory starting with \zune (so \zune or \zunetoday). (The closing backslash makes a difference in what is matched.)
Perhaps extending the Filter box (rather then having to enter directly in the search bar) to allow some semi-permanent Inclusions or Exclusions. So Filter would show, "+\C:\ -\nx\ -\zune -\win\" which would search only C: drive, excluding nx & win directories & any directory beginning with \zune.
Otherwise something like:
Code: Select all
c:\tmp\ !\nx\ !\zune !\x !\win\
Perhaps extending the Filter box (rather then having to enter directly in the search bar) to allow some semi-permanent Inclusions or Exclusions. So Filter would show, "+\C:\ -\nx\ -\zune -\win\" which would search only C: drive, excluding nx & win directories & any directory beginning with \zune.