Skill Description: This skill provides powerful file search capabilities on Windows systems using the Everything command line tool (es.exe). It allows for fast and efficient searching of files and folders across the entire file system.
This skill enables advanced file search operations on Windows platforms by leveraging the Everything search engine's command line interface. The es.exe tool offers lightning-fast file searching capabilities, making it ideal for locating files and folders based on various criteria.
When executing commands, if an Error 8 is returned, the skill will automatically retry the command with the -instance=1.5a parameter to ensure compatibility with Everything version 1.5a.
If the error persists even after adding the -instance=1.5a parameter:
This indicates that the es.exe command-line tool is not properly installed or configured on your system. Please follow these steps:
Direct Download Links:
Everything 1.4.1 (Stable Version):
Everything 1.5.0a (Alpha Version with es.exe included):
Method A - Add es.exe directory to System PATH:
C:\Program Files\Everything\)
Method B - Copy es.exe to System Directory:
%systemroot%)
C:\Windows
es -version to verify the tool is accessible
es -get-everything-version or es -instance=1.5a -get-everything-version to verify Everything.exe is accessible
es [options] search_term
File Filtering:
-p: Match full path (including folder names)
-w: Match whole words only
-n : Limit number of results
-path : Search within specified path
/ad: Show only directories
/a-d: Show only files (exclude directories)
Example: es -path "C:\Users" -n 10 *.pdf
Sorting Options:
-s: Sort by full path
-sort name: Sort by file name (supports size, extension, date-modified, etc.)
- prefix for descending order (e.g., -sort -date-modified)
Formatted Output:
es -name -size -date-modified -path search_term
Data Export:
-csv: Export results as CSV format
-export-csv "filename.csv": Export to specific CSV file
-no-header: Exclude header row in export
Folder Size Calculation:
-get-folder-size : Calculate folder size
-get-total-size: Calculate total size of search results
Search Term Highlighting:
-highlight: Highlight matching text in results
-highlight-color 0x0c: Set highlight color
Example 1: Find recently modified Word documents
es -path "C:\" -sort -date-modified -n 5 -name -size -date-modified *.docx
Example 2: Export hidden files list to CSV
es -path "C:\" /ah -export-csv "hidden_files.csv" -no-header
* (any characters) and ? (single character)
共 1 个版本