Clipboard Search

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
WyattLW
Posts: 1
Joined: Thu Jan 12, 2023 7:26 pm

Clipboard Search

Post by WyattLW »

Is there a function to match everything search with my clipboard?
i am using dual monitors and i want to check if i already have a doc in a drive before fetching a new copy.
So is there a %Clipboard% variable or tag that i can use to automatically update the search with my clipboard?


Thank you!
NotNull
Posts: 5458
Joined: Wed May 24, 2017 9:22 pm

Re: Clipboard Search

Post by NotNull »

In the upcoming Everythhing 1.5 you can use the following search query. Results will dynamically be updated when your clipboard changes.

Code: Select all

#clipboard:

Some alternatives:
viewtopic.php?f=4&t=12480
(Textify will work outside your browser too).
void
Developer
Posts: 16680
Joined: Fri Oct 16, 2009 11:31 pm

Re: Clipboard Search

Post by void »

Just making a note here, as there's two variations.

#clipboard: = replaces search with text from the clipboard.
clipboard: = replaces search with quoted text from the clipboard.

#clipboard:
Post Reply