Save current search as ES Link in hard disk

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
tyrue
Posts: 2
Joined: Tue Jul 12, 2022 1:45 pm

Save current search as ES Link in hard disk

Post by tyrue »

Hi everyone,

how could i produce a URL shortcut file with current search phrase and save it in a folder...

Cheer,
Tyrue
therube
Posts: 4955
Joined: Thu Sep 03, 2009 6:48 pm

Re: Save current search as ES Link in hard disk

Post by therube »

Automated, there is no way.

Copy the search term, paste it into a batch file, prefixed by ES.EXE...

(And that assumes that the Everything search term is valid for ES.EXE.)


(You said "URL shortcut". Did you mean the specifically, & if so, in what way?)
void
Developer
Posts: 16680
Joined: Fri Oct 16, 2009 11:31 pm

Re: Save current search as ES Link in hard disk

Post by void »

If you mean Everything (not ES is the command line interface), please try creating a shortcut to your Everything with the -s search command line option:

Everything.exe -s "C:\Program Files\"
where C:\Program Files is the folder search.

Everything GUI Command line options



If you have enabled the ES: protocol under Everything -> Tools -> Options -> URL Protocol, create a search shortcut with es:search
For example:

es:%22C:\Program%20Files\%22
where C:\Program Files is the folder search.
%20 = space
%22 = "
NotNull
Posts: 5458
Joined: Wed May 24, 2017 9:22 pm

Re: Save current search as ES Link in hard disk

Post by NotNull »

I think I would create a bookmark of your saerch in such a case (Menu: Bookmarks > Add to Bookmarks) and create a shortcut that starts
"c:\path to\everything.exe" -newwindow -bookmark "the name of your bookmark"
tyrue
Posts: 2
Joined: Tue Jul 12, 2022 1:45 pm

Re: Save current search as ES Link in hard disk

Post by tyrue »

I mean how could i create a url shortcut like this from current search.

[InternetShortcut]
URL=es://test3/

Reference Topic:
viewtopic.php?f=4&t=8679
void
Developer
Posts: 16680
Joined: Fri Oct 16, 2009 11:31 pm

Re: Save current search as ES Link in hard disk

Post by void »

There's no automated way if that is what you are asking.

Simply create a shortcut to:
es:<your-search>

Replace <your-search> with your search.

For example:

es:abc 123


Ideally you will want to escape the following characters (although it's not necessary as Everything will treat them as literal anyway):
<space> %20
# %23
% %25
& %26
? %3f
Post Reply