- In Everything 1.5.0.1305a or later, type in the following search and press ENTER:
/window_title_format=format
where format can include the following:- $search:
- $s
- $s?{$s - }
The current search.
Use $s?{text} to insert text only when $s is not empty.
- $a
- $a?{$a - }
The active filter.
Use $a?{text} to insert text only when $a is not empty.
- $d
- $d?{$d - }
The active directory.
Use $d?{text} to insert text only when $d is not empty.
- $version:
- $v
- $v?{$v - }
The current version.
Use $v?{text} to insert text only when $v is not empty.
- $instance:
- $i
- $i?{ ($i)}
The current instance.
Use $i?{text} to insert text only when $i is not empty.
- $t
Everything
- $$
Literal $
- $?
Literal ?
- ${
Literal {
- $}
Literal }
- $l:
Set to 1 if the last used variable had a non-zero length.
Otherwise, it is empty.
- $filelist-filename:
- $f
The filename of the opened filelist.
- $current-filter:
- $filter:
The name of the active filter.
- $directory:
The folder sidebar selection.
- $match-case:
1 if match case is enabled. Otherwise 0
- $match-diacritics:
1 if match diacritics is enabled. Otherwise 0
- $match-path:
if match path is enabled. Otherwise 0
- $match-whole-words:
1 if match whole words is enabled. Otherwise 0
- $match-prefix:
1 if match prefix is enabled. Otherwise 0
- $match-suffix:
1 if match suffix is enabled. Otherwise 0
- $ignore-punctuation:
1 if ignore punctuation is enabled. Otherwise 0
- $ignore-white-space:
1 if ignore white space is enabled. Otherwise 0
- $match-regex:
1 if match regex is enabled. Otherwise 0
- $is-omit:
1 if a result is omitted. Otherwise 0
- $is-temp-omit:
1 if a result is temporarily omitted. Otherwise 0
- $is-dupe:
1 if there is a current find dupe operation. Otherwise 0
- $is-paused:
1 if index updates are currently paused. Otherwise 0
- $is-stopped:
1 if index updates are currently stopped. Otherwise 0
- $is-admin:
1 if currently running as administrator. Otherwise 0
- $is-read-only:
1 if the database is currently in read-only mode. Otherwise 0
- $is-safe-mode:
1 if currently started in safe mode. Otherwise 0
To revert the window title format back to the default:
- In Everything 1.5.0.1305a or later, type in the following search and press ENTER:
/window_title_format=
The old format syntax is still supported.
The Everything Preprocessor is supported.
Preprocessor variables can be set from the command line with -define.
The default format is:
$s?{$s - }$a?{$a - }$d?{$d - }$t$i?{ ($i)} $v[if:isadmin:," [Administrator]"][if:isdbreadonly:," [Read-only]"]
Using a blank format will also use the default format.
Example title output:
My Search - Everything (1.5a) 1.5.0.1305a (x64)
Tabs share the same title format with the advanced setting: tabs_title_format
Status Bar Format