everything的使用
https://www.voidtools.com/support/everything/searching/
打开多个everything进程
https://www.voidtools.com/support/everything/multiple_instances/
Multiple Instances
By default there is only one instance of Everything.
When you run Everything.exe it will check for an existing instance. If an existing instance is found the command line options are sent and processed by the existing instance. If no existing instance is found a new one is created.
To run multiple instances of Everything use Named instances.
Named instances
By default Everything uses the unnamed instance.
Assign unique names to Everything instances to use multiple instances.
There can only be one instance for each unique name.
To assign a name to the instance:
Use the -instance command line option to specify the instance name when starting Everything.exe.
For example:
Everything.exe -instance "ETP Server"
Named instances use unique settings and data.
For example, the named instanced "ETP Server" will use Everything-ETP SERVER.ini as the settings file.
The name of the instance is located in the Everything search window
caption and in the tooltip when hovering over the tray icon with the
cursor.
在指定文件夹中进行搜索
比如想要在E:\GitHub\KerryJiang\SuperSocket-dotnetcore文件夹中搜索log4net
log4net E:\GitHub\KerryJiang\SuperSocket-dotnetcore
如果路径中带有空格的话,需要加双引号
SE_Point_File_mapping (1).xls "D:\ChuckLu\Installation packages"
右键菜单中增加everything

忽略配置

搜到不到sql文件或者vsdx文件
确保搜索的是everything,而不是document或audio之类的

仅搜索文件夹名字
folder:"red gate"
end with
endwith:<text> Filenames (including extension) ending with text.
通过正则来实现start with 和end with的组合
regex:^al.exe$
folder:regex:^powershell$
随机推荐
- 使用 RxJava 的正确姿势
最近在使用 RxJava 时遇到了一些比较诡异的问题,排查的过程中做了点研究,发现平时大家的用法多多少少都有些问题.有些地方存在隐患,有些用法不够简练,我把这些问题简单做一下分类和总结,供大家参考. ...
- linux shell & bash
shell & bash shell指允许用户通过文本操作计算机的程序. interactive shell:从是否通过标准输入输出与用户进行交互的角度分为交互式shell(interacti ...
- JS——大小写转化
<script> var str = 'JavaScript'; console.log(str.toUpperCase());//小写转大写 console.log(str.toLowe ...
- Prime算法生成最小生成树
虽说是生成树,但我只将生成的边输出了.至于怎么用这些边来创建树...我不知道_(:з」∠)_ //Prime方法生成最小生成树 void GraphAdjacencyListWeight::Gener ...
- 查看APK包名签名等信息
有些游戏第三方比如分享需要配置游戏包名和签名,不同渠道包名签名又不同,所以时常需要查看不同apk包等签名信息,之前是使用等微博开放平台的手机客户端查看apk签名,前提是知道包名,网上找了下查看签名和包 ...
- (转)Struts2的标签库
http://blog.csdn.net/yerenyuan_pku/article/details/68638679 Struts2的标签库 对于一个MVC框架而言,重点是实现两部分:业务逻辑控制器 ...
- 如何给PDF文件添加水印?
在数字化媒体高速发展的今天,信息传播的速度也越来越快,人们常常会在网络上一些有趣的图片,文件,段子诸如此类的东西,人们往往会去下载或转发,但是因为一些因素,导致版权之经常上演,水印呢,其实就给你自己的 ...
- Linux 下phpstudy的安装使用补充说明
(1)使用方法 在终端中使用sudo 或者 使用管理员账号运行 phpstudy start 开启 (2)命令列表: phpstudy start | stop | restart 开启 ...
- c3p0 连接池配置
C3P0 可使用properties 配置文件方式,将c3p0.properties放在classpath目录下,如果为WEB应用,放在WEB-INF\classes下 c3p0.properties ...
- hadoop在线退役datanode
退役dn2echo "dn2" >>excludes echo "dn2" >>yarn-excludes sh refresh-nam ...