Search everything - searching in Windows without indexing
Unlike Windows search - search everything does not need to spend time indexing. It takes only few seconds to scan NTFS drive header and it’s ready to search!
- To find a file, just type part of a name inside search bar:
pom.xml
- To search inside some folder & subfolders:
path:C:\git\ pom.xml
- To exclude subfolders from search use
!
markpath:C:\Mercurial !".hg" pom.xml
- To search for file contents use
content
:pom.xml content:junit
Check out official Website to download Search Everything
or go through official documentation page for more details.