Find using selected item property, like SHA-256

Have a suggestion for "Everything"? Please post it here.
Post Reply
rgbigel
Posts: 41
Joined: Sun Apr 17, 2011 4:00 pm

Find using selected item property, like SHA-256

Post by rgbigel »

It is quite practical to right-click in the SHA-256 column and select "copy SHA-256".
Using this, I can enter the find: SHA-256:<Insert key press> -- I do get everything with that SHA-256.

:?: Would it not be even nicer, if this also worked using just "find SHA-256" ? in analogy to the "copy SHA-256"?

It makes sense for other columns in a result list. It might also be a fairly simple enhancement.

In fact, but much more complicated: selecting more than 1 item in 1 column and find all of these... I'm being a glutton. :mrgreen:
void
Developer
Posts: 16428
Joined: Fri Oct 16, 2009 11:31 pm

Re: Find using selected item property, like SHA-256

Post by void »

Good idea, I will consider an option to Search property...

Thank you for the suggestion.



For now, please consider a Search for sha256 context menu item for all files:
  • From the Start menu, search for: regedit
  • Right click Registry Editor and click Run as administrator.
  • Navigate to:
    HKEY_CLASSES_ROOT\*\shell
  • Create a new key:
    Search SHA256

    (Can be anything you like)
  • Navigate to:
    HKEY_CLASSES_ROOT\*\shell\Search SHA256
  • Create a new key:
    command
  • Navigate to:
    HKEY_CLASSES_ROOT\*\shell\Search SHA256\command
  • Set the (default) value data to:
    "C:\Program Files\Everything 1.5a\Everything64.exe" -s* size:[GETSIZE:"%1"] sha256:[GET-PROPERTY:"%1","sha256"]
Post Reply