Right-click to search selected file

Have a suggestion for "Everything"? Please post it here.
Post Reply
arlanda
Posts: 17
Joined: Wed Sep 23, 2009 7:48 pm

Right-click to search selected file

Post by arlanda »

Hello, I'd like to be able to right-click on any file and choose Everything from the context menu to search for duplicate and/or related-files. Thanks!
sugumugu
Posts: 1
Joined: Fri Dec 12, 2014 12:06 pm

Re: Right-click to search selected file

Post by sugumugu »

did you find a solution to this?
therube
Posts: 4646
Joined: Thu Sep 03, 2009 6:48 pm

Re: Right-click to search selected file

Post by therube »

If you created a bookmark ... hmm.

Don't know that a bookmark would accept positional parameters (like %1 kind of thing)...

Otherwise you could have used the -bookmark command line switch & part of the bookmark would have the -dupe: function..
therube
Posts: 4646
Joined: Thu Sep 03, 2009 6:48 pm

Re: Right-click to search selected file

Post by therube »

Batch file, everything_dupe.BAT:

Code: Select all

{pathtoeverything}\Everything.exe  -s  "dupe:  %1"
Then create a shortcut to that batch file as a Send To menu item.
Post Reply