一切 拼音搜索, 罗马字搜索, 通配符, 快速选择, Shell 扩展
Everything wildcard, Japanese romaji search, Chinese pinyin search, quick select, Shell extension.
| Japanese romaji search | File manager folder size integration |
|---|---|
| Chinese pinyin search | Quick select |
No_Alpha_Instance file to restore.Plugins/IbEverythingExt/config.yaml to configure the plugin.Manual installation:
C:\Program Files\Everything)For Windows 7 users, you need to firstly install VxKex (KexSetup_Release_*.exe), and enable VxKex in the Properties of Everything.exe (or Everything64.exe). See #87 for details.
| Wildcard | Semantics |
|---|---|
* |
Matches zero or more characters (except \). |
** |
Matches zero or more characters. |
? |
Matches one character (except \). |
/ |
Matches characters to the start of a child (equivalent to **\).For example, foo/alice can match foo\bar\alice, but foo/lice can't. |
// |
Matches characters to a child (equivalent to *\**).For example, foo//lice can match foo\bar\alice. |
\\ |
Ditto. |
/ and // wildcards can be controlled in Options. Enabled by default.Search Japanese filenames via their romajis. Disabled by default on non-Japanese systems.
;rm: Lowercase letters match only Japanese romaji (e.g. konosuba;rm);en: Lowercase letters match only English letters (i.e. disable romaji match);np: Force using Everything's built-in match algorithm (nope/no-pinyin)Everything v1.5 users can configure this in Options.
Everything v1.4 users need to manually edit the Plugins/IbEverythingExt/config.yaml file.
允许用拼音在 Everything 中搜索文件。中文系统默认开启。
默认小写字母匹配拼音或字母,大写字母只匹配字母。
支持简拼、全拼、带声调全拼和双拼搜索,默认只开启简拼和全拼。
双拼搜索支持以下方案:
支持多音字和 Unicode 辅助平面汉字。
;py:小写字母只匹配拼音(例如 pysseve;py);en:禁用拼音匹配;np:强制使用 Everything 内置匹配算法Everything v1.5 users can configure this in Options:
Everything v1.4 users need to manually edit the Plugins/IbEverythingExt/config.yaml file:
# 拼音搜索
pinyin_search:
# true:开启,false:关闭
enable: true
# 模式
# Auto:自动
# Pcre2:默认模式
# Pcre:不支持忽略 Unicode 大小写,存在部分拼音匹配 bug (#56,#69,#77)
# Edit:版本兼容性好,但只支持简拼搜索,性能较低,且存在许多 bug
mode: Auto
# 允许关键词末尾拼音部分匹配
allow_partial_match: false
initial_letter: true # 简拼
pinyin_ascii: true # 全拼
pinyin_ascii_digit: false # 带声调全拼
double_pinyin_abc: false # 智能 ABC 双拼
double_pinyin_jiajia: false # 拼音加加双拼
double_pinyin_microsoft: false # 微软双拼
double_pinyin_thunisoft: false # 华宇双拼(紫光双拼)
double_pinyin_xiaohe: false # 小鹤双拼
double_pinyin_zrm: false # 自然码双拼Edit 模式详见 Edit 模式。
Wildcard search, Japanese romaji search and Chinese pinyin search also work with third-party programs that invokes Everything to search files. For example:
If you are using Everything 1.5 Alpha (and not from the portable package), becuase Alpha version enables named instance by default, most programs can't invoke it. You need to configure Everything to disable named instance.
Quick select inserts a key list displaying 0~9 and A~Z at the left side of Everything's result list, and allows you to quickly open corresponding files via hotkeys in both the search editor and result list.
Search editor:
| Hotkey | Function |
|---|---|
Alt+0~9 |
Open the file (Enter) and close the window |
Alt+Ctrl+0~9 |
Locate the file (Ctrl+Enter) and close the window |
Alt+Shift+0~9 |
Show the context menu |
Alt+Shift+0~9, R |
Show file properties |
Tab / Enter |
Focus on the result list* |
Esc / Ctrl+W |
Close the window* |
Result list:
| Hotkey | Function |
|---|---|
[0-9A-Z] |
Select the item |
Enter |
Open the file* |
Ctrl+Enter |
Locate the file* |
Shift+F10 / Menu |
Show the context menu* |
Alt+Enter |
Show file properties* |
Esc / Ctrl+W |
Close the window* |
$ (Shift+4) |
Copy the filename and launch terminal from the parent folder of the file |
# (Shift+3) |
Copy the filename and launch terminal as Administrator from the parent folder of the file |
Note:
Key list supports high DPI, but only supports zooming (hotkey Ctrl+= and Ctrl+-) on Everything v1.5a, not on Everything v1.4.
Everything v1.5a dark mode is supported:
For Everything v1.5 Portable edition (or versions below v1.5.0.1397), when launched without being minimized, the first display of the search window will not show the key list. This does not affect subsequent displays.
Everything v1.5 users can configure this in Options:
Everything v1.4 users need to manually edit the Plugins/IbEverythingExt/config.yaml file:
…Features:
Support file manager folder size integration. Enabled by default for Explorer.
Support when opening a file in Git repository, using VS Code to open the entire repository and navigate to the file. Disabled by default.
These features can also be used independently: ib-shell.
Compared to using traditional launchers, the primary advantage of employing file search tools like Everything is decentralization—there's no need to centralize all launch entries in one location. Instead, launch entries (shortcuts, note files, etc.) can be distributed across any folder. This not only reduces maintenance overhead but also promotes a more unified personal file management structure, making it ideal for scenarios with numerous launch entries.
To configure Everything as a quick launcher, the following settings are recommended:
Options → General → Home → Sort → Run Count (Descending)To further enhance launch efficiency, you can create path/extension filters or bookmarks, register global hotkeys via shortcuts or tools like AutoHotkey to open new Everything windows with specified filters or bookmarks applied via command line.
Duplicate filesdupe: sizedupe:
Where dupe: is for duplicate filenames and sizedupe: is for duplicate file sizes.
Files larger than 100MBsize:>100mb
Empty foldersempty:
Visual Studio solution cachewfn:.vs
Alternatively, you can use VsCacheCleaner, a tool specifically designed to clean up .vs directories and built on top of Everything.
Note: To display folder sizes, you need to enable Indexes → Index folder size in Options.
对于文件管理器 Directory Opus 的用户,亦可使用 IbDOpusExt 从 Everything 获取文件夹大小并显示为列,便于分析硬盘占用:
Everything v1.5 users can configure this in Options.
Everything v1.4 users need to manually edit the Plugins/IbEverythingExt/config.yaml file:
# 更新
update:
# 检查更新
check: true
# 包括预览版
prerelease: falseSee development.
| Date | Sponsor | Comment |
|---|---|---|
| 2025-07-22 | @ligq | |
| 2026-01-25 | *曦 | 未知项目 |
| 2023-04-28 | Xudong.He@CN | |
| 2024-07-09 | 田昊 | JLL仲量联行 | |
| 2025-08-20 | **宇 |
Groups:
Libraries:
Proj
暂无开放 Issues,或尚未同步最近议题。