Skip to content

Commit

Permalink
Docs: 更新“第三方程序支持”
Browse files Browse the repository at this point in the history
  • Loading branch information
Chaoses-Ib committed Oct 24, 2022
1 parent 657a41e commit 1dbe0bc
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 29 deletions.
20 changes: 11 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
* [安装](#安装)
* [拼音搜索](#拼音搜索)
* [第三方程序支持](#第三方程序支持)
* [→预览](docs/third_party/README.md)
* [配置](#配置)
* [快速选择](#快速选择)
* [热键](#热键)
Expand Down Expand Up @@ -46,17 +45,20 @@
* `;py`:小写字母只匹配拼音
* `;np`:禁用拼音搜索

![](docs/pinyin_search.png)
<img src="docs/pinyin_search.png" height="400"/>

### 第三方程序支持
### [第三方程序支持](docs/third_party/README.md)
拼音搜索对调用 Everything 进行搜索的第三方程序同样生效,例如:
* [stnkl/EverythingToolbar](https://github.com/stnkl/EverythingToolbar)
* [Flow Launcher](https://github.com/Flow-Launcher/Flow.Launcher)[Everything 插件](https://github.com/Flow-Launcher/Flow.Launcher.Plugin.Everything)
* [火柴(火萤酱)](https://www.huochaipro.com/)本地搜索
* [uTools](https://u.tools) 本地搜索
* [EverythingToolbar](https://github.com/stnkl/EverythingToolbar)
<img src="docs/third_party/EverythingToolbar.png" height="300"/>
* [Flow Launcher](https://github.com/Flow-Launcher/Flow.Launcher)[Everything 插件](https://github.com/Flow-Launcher/Flow.Launcher.Plugin.Everything)
<img src="docs/third_party/FlowLauncher.png" height="200"/>
* [PowerToys Run](https://learn.microsoft.com/windows/powertoys/run)[Everything 插件](https://github.com/lin-ycv/EverythingPowerToys)
<img src="docs/third_party/PowerToys.png" height="200"/>
* [uTools](https://u.tools) 本地搜索
<img src="docs/third_party/uTools.png" height="300"/>
* [Wox](https://github.com/Wox-launcher/Wox) 的 Everything 插件

预览见 [第三方程序](docs/third_party/README.md)
* [火柴(火萤酱)](https://www.huochaipro.com/)本地搜索

如果使用的是 Everything 1.5 预览版,因为预览版默认启用了命名实例,大部分程序都不支持调用,需要[通过配置关闭命名实例](https://github.com/Chaoses-Ib/IbEverythingExt/issues/5)

Expand Down
Binary file added docs/third_party/PowerToys.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
43 changes: 23 additions & 20 deletions docs/third_party/README.md
Original file line number Diff line number Diff line change
@@ -1,36 +1,39 @@
# 第三方程序
## [Total Commander](https://www.ghisler.com/)
Total Commander is a Shareware file manager for Windows® 95/98/ME/NT/2000/XP/Vista/7/8/8.1/10/11, and Windows® 3.1.
## [EverythingToolbar](https://github.com/stnkl/EverythingToolbar)
> Everything integration for the Windows taskbar.
<img src="EverythingToolbar.png" style="max-height: 400px;"/>

## [Flow Launcher](https://github.com/Flow-Launcher/Flow.Launcher)
> Quick file search & app launcher for Windows with community-made plugins.
由于 TC 调用 Everything 搜索时是先获取所有文件,再通过自己的匹配机制匹配文件,扩展的拼音搜索无法对 TC 生效。
[Everything 插件](https://github.com/Flow-Launcher/Flow.Launcher.Plugin.Everything)
<img src="FlowLauncher.png"/>

## [PowerToys Run](https://learn.microsoft.com/windows/powertoys/run)
[Everything 插件](https://github.com/lin-ycv/EverythingPowerToys)
<img src="PowerToys.png"/>

## [uTools](https://u.tools)
新一代效率工具平台
自由组合丰富插件,打造随手可取的终极神器
> 新一代效率工具平台
> 自由组合丰富插件,打造随手可取的终极神器
本地搜索:
<img src="uTools.png" style="max-height: 400px;"/>

## [Wox](https://github.com/Wox-launcher/Wox)
Launcher for Windows, an alternative to Alfred and Launchy.
> Launcher for Windows, an alternative to Alfred and Launchy.
Everything 插件:
<img src="Wox.png"/>

## [Flow Launcher](https://github.com/Flow-Launcher/Flow.Launcher)
Quick file search & app launcher for Windows with community-made plugins.

[Everything 插件](https://github.com/Flow-Launcher/Flow.Launcher.Plugin.Everything)
<img src="FlowLauncher.png"/>

## [stnkl/EverythingToolbar](https://github.com/stnkl/EverythingToolbar)
Everything integration for the Windows taskbar.

<img src="EverythingToolbar.png" style="max-height: 400px;"/>

## [火柴(火萤酱)](https://www.huochaipro.com/)
“电脑必备,效率神器。快速查找文件、打开应用程序、局域网秒传文件、局域网聊天...
> “电脑必备,效率神器。快速查找文件、打开应用程序、局域网秒传文件、局域网聊天...”
本地搜索:
<img src="HuoChat.png"/>
<img src="HuoChat.png"/>

## [Total Commander](https://www.ghisler.com/)
> Total Commander is a Shareware file manager for Windows® 95/98/ME/NT/2000/XP/Vista/7/8/8.1/10/11, and Windows® 3.1.
由于 TC 调用 Everything 搜索时是先获取所有文件,再通过自己的匹配机制匹配文件,扩展的拼音搜索无法对 TC 生效。

0 comments on commit 1dbe0bc

Please sign in to comment.