To change the selected item format:
- Completely Exit Everything.
- Open your %APPDATA%\Everything\Everything.ini
- Change the following line:
where format is the new format.
Code: Select all
statusbar_selected_item_format=format
String substitution can be used with the following values:- $$ - A single $
- $f - Full path and file name
- $n - Name
- $p - Path
- $s - Size
- $e - Extension
- $t - Type
- $m - Date modified
- $c - Date created
- $a - Date accessed
- $b - Attributes
- $d - Date recently changed
- $r - Run count
- $u - Date last run
- $l - File list file name
- For example to change the selected item format to show the full path and file name:
Code: Select all
statusbar_selected_item_format=$f
- Save changes and restart Everything.
Code: Select all
statusbar_selected_item_format=