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$

最新文章

  1. Maya 建模完成后的整理
  2. 深入浅出WPF开发下载
  3. java多条件不定条件查询
  4. Android自定义样式
  5. ubuntu 设置显示器的亮度
  6. HTML5与CSS3权威指南.pdf3
  7. oracle实现今年数据 去年同期和增长百分比
  8. ShareSDK第三方登陆 (IOS)
  9. Java String 类的 equals 和 ==
  10. Xamarin自定义布局系列——瀑布流布局
  11. 201521123032 《Java程序设计》第11周学习总结
  12. 判断python对象是否可调用的三种方式及其区别
  13. hover变化图片
  14. [模板] 网络流相关/最大流ISAP/费用流zkw
  15. android-基础编程-ToolBar
  16. typeof(), __typeof(), __typeof__(), -isKindOfClass:的区别
  17. git 如何revert指定范围内的commit并且只生成一个新的commit?
  18. ios遮罩层的简单使用
  19. TP的di
  20. 用LinkedList

热门文章

  1. Android Unable to add window -- token android.os.BinderProxy@3a067204 is not valid错误分析记录
  2. CWnd* pParent
  3. c# 图片资料
  4. 1 Web 知识基础
  5. 洛谷——P1896 [SCOI2005]互不侵犯
  6. 四、Spider用法
  7. 33.bucket与metric核心概念讲解
  8. 第三节:初识pandas之DataFrame(上)
  9. oi的小转折
  10. Arduino 串口通讯参考笔记 - Serial 类库及相关函数介绍