"Everything" "Run History" is a database of how many times you have run every file or folder from "Everything".
Every time you open a file or folder the run count for that file or folder is incremented by one.
Pressing Enter from the search edit will focus the file or folder result with the highest run count.
What are the requirements for Run History?
Requires "Everything" version 1.3.3.653b or later.
How do I see the run count for an item?
Right click the result list header and check the Run Count column.
-or-
- Right click the file or folder.
- Click Set Run Count... (Run history must be enabled).
- Press ESC to close the Set Run Count dialog.
- Right click the file or folder.
- Click Set Run Count....
- Enter in a new run count.
- In Everything, from the Tools menu, click Options.
- Click the History tab.
- Uncheck Enable run history.
- Click OK.
Everything stores run history in %APPDATA%\Everything\Run History.csv (or as Run History.csv in the same location as your Everything.exe for the portable version).
How do I search for files and folders with a specified run count?
Example, search for files and folders that have been run over 100 times:
Code: Select all
runcount:>100
Code: Select all
runcount:
- In Everything, from the Tools menu, click Options.
- Click the Home tab.
- Change sort to Run Count (Descending).
- Click OK.