everything的使用

run everything without admin privileges? - voidtools forum

Yes there is, using folder indexing.

But talk to your admins first. Most of them don't appreciate it if you install software on company's machines.
(and if you ask, they might even install it for you)

 

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$

file:regex:^nuget.config$

posted @ 2018-04-03 10:59  ChuckLu  阅读(1162)  评论(0编辑  收藏  举报