RFE: Find Duplicates - Highlight Alternating Dups

Discussion related to "Everything" 1.5 Alpha.
void
Developer
Posts: 16413
Joined: Fri Oct 16, 2009 11:31 pm

Re: RFE: Find Duplicates - Highlight Alternating Dups

Post by void »

Group colors are bound to the current sort.
therube
Posts: 4879
Joined: Thu Sep 03, 2009 6:48 pm

Re: RFE: Find Duplicates - Highlight Alternating Dups

Post by therube »

If you click on the SHA-256 column, will that then give you want you want (as that will then sort by SHA-256) ?
Christian.Ziegelt
Posts: 11
Joined: Sun Jun 02, 2024 1:57 pm

Re: RFE: Find Duplicates - Highlight Alternating Dups

Post by Christian.Ziegelt »

@void - thanks for the feedback.
I allready guessed this - but was hoping for a small chance ;-)

@therube
No, unfortunately not.
As then the grouping by name is not done any longer.

What I am looking for is a workflow.

(1) search for all files which are name like "sfw*.pas" and order (group) by name
(2) add the sha256 column to see which files are the same, and which differ (but all - not only duped ones)
(3) [wish] keep the group by name but order by a second column inside the grouping (like sha256 or size, or...)
Now it get obvoius at which files I need to take a closer look

(4) Selecting a file(group) by selecting one of the files
(5) open these files in a new search windows by its exact name (but not path) [a keyboard shortcut for this would be very helpful]
(6) now merge those files with a tool like Beyond Compare
[ A Keyboard Shortcut would be very helpful to start an external program with all selected files in a parameter list ]

Thanks all for your help
therube
Posts: 4879
Joined: Thu Sep 03, 2009 6:48 pm

Re: RFE: Find Duplicates - Highlight Alternating Dups

Post by therube »

[ A Keyboard Shortcut would be very helpful to start an external program with all selected files in a parameter list ]

Code: Select all

custom_open_command01=$exec("C:\BIN\XXhash64.BAT" %*)
custom_open_command02=$exec("C:\BIN\i_view32.exe" %* /thumbs)
custom_open_command03=$exec("C:\DEV\WinMerge\WinMergeU.exe" %*)
custom_open_command05=$exec("C:\WLIB\PLAYERS\mpv.net\mpvnet.exe" %*)
With hotkeys assigned to all.

Custom Open Commands
Christian.Ziegelt
Posts: 11
Joined: Sun Jun 02, 2024 1:57 pm

Re: RFE: Find Duplicates - Highlight Alternating Dups

Post by Christian.Ziegelt »

Very cool - thanks a lot.
Works like a charm with Beyond Compare

Is there a way to open the filename as a new search in a new tab as well ?
Post Reply