everything_search
Find files and folders on your local drives using advanced Everything search syntax — filter by type, size, date, regex, and more.
Instructions
Search files and folders using voidtools Everything ultra-fast search engine. Supports full Everything syntax (e.g. wildcards, ext:ts;js, size:>10mb, dm:today, regex, etc.).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | Field to sort results by | |
| query | Yes | Everything search query expression (e.g. "*.pdf", "ext:docx;xlsx", "size:>100mb", "dm:today project") | |
| regex | No | Enable regular expression mode | |
| offset | No | Offset / pagination start index (default: 0) | |
| ascending | No | Sort ascending (true) or descending (false) | |
| match_case | No | Match case sensitivity | |
| match_path | No | Match full path instead of just filename | |
| max_results | No | Maximum number of results to return (default: 30, max: 500) | |
| type_filter | No | Filter by item type: "all", "files", or "folders" | all |
| match_whole_word | No | Match whole words only |