Type any word to instantly search filenames. Operators are optional โ they layer on top of plain text search and can be combined freely.
| Operator | Effect | Example |
|---|---|---|
word |
Name contains word | beauty |
"phrase" |
Exact phrase in name | "hero shot" |
.ext |
Show only this extension | .exr |
-.ext |
Exclude this extension | -.exr |
type:key |
Show only this file category | type:image |
-type:key |
Exclude this file category | -type:video |
>Nunit |
Files larger than N | >100mb |
<Nunit |
Files smaller than N | <10kb |
Nunit..Nunit |
Files in size range | 100mb..1gb |
modified:when |
Modified date filter | modified:today |
created:when |
Created date filter | created:last30d |
is:folder |
Folders only | is:folder |
is:file |
Files only | is:file |
Valid type keys: image ยท video ยท audio ยท 3d ยท vector ยท archive ยท text ยท font ยท lut ยท pdf
Date keywords: today ยท yesterday ยท last7d ยท last30d ยท last90d ยท thismonth ยท thisyear ยท YYYY ยท YYYY-MM ยท YYYY-MM-DD
-.exr hide all EXR files
type:image -.psd all images except Photoshop
hero >50mb modified:last7d "hero" in name, large, modified this week
When operators are active, a compact summary appears in the status bar at the bottom of the window.