Examples
- */java & > 5kb: Search sub-directories for file with name including java and larger than 5 KB
- */java[@Deprecated]: Search Java files containing @Deprecated in the text
- **/~\d+: Search all files with a number in it (regular express \d+)
Search keys
For Mac OS X, use the ⌥ option key for Alt, the ⌃ control key for Ctrl and the ⇧ key for Shift.
- [Enter]: Open the top file/directory of the table
- [Ctrl + Enter]: Go to the directory of the top file/directory of the table and select that file/directory
- [Escape]: Clear the field
- [Alt + A]: Select all visible files
- [Alt + Up]: Go one directory up
- [Ctrl + H]: Show this help
- Right click mouse: Show history for the text field
Search tips
- */: Search sub-directories except excluded ones (See Configuration -> Settings -> Search files) and hidden files
- **/: Search all sub-directories included excluded ones and hidden files if view hidden files is enabled
- ***/: Search all sub-directories (same as **/) + files and sub-directories inside compressed files
- < 5 kb: Search files smaller than 5 kilo bytes
- File size: b (byte), kb (kilo byte), mb (mega byte), gb (giga byte)
- < 5 days: Search files more recent than 5 days
- Date: s/second(s), mn/min/minute(s), h/hour(s), d/day(s), w/week(s), m/month(s), y/year(s)
- */.java & <7d: Search files having .java in the name and more recent than 7 days
- > 2022-02-22: Search files last modified after February 22th, 2022
- [content]: Search files that contains "content" text (only in files registered as text files)
- [~regexp]: Search files that contains text that matches the regexp regular expression (only in files registered as text files)
- /text/: Search files with relative path contain "text". Only works when */, **/ or ***/ is used.
- /~regexp/: Search files with relative path contains "regexp".
- ~regexp: Search files who's name contains the regular expression
- ! negate the following expression
- .css & !.min.css: Search files that contain .css in the name except when it's .min.css
- .java | .properties: Search files that contain either .java or .properties in the name
Search tags