Improve handling of rename collisions for multiple files

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

Improve handling of rename collisions for multiple files

Post by rgbigel »

When Rename is selected by right click on Everything results, there is a very useful pattern matching replacement functionality in Everything.

However, in case of a file name collision, I receive a query about what to do, allowing only three options, and the first one (try again) is always selected. The second one (skip this rename) is what I want for all collisions, but there appears to be no way to select that.

Please allow selection of the default handling "Skip" in this dialog!

Usage situation:
After a cloud synchronisation, I have found about local 9000 files with "IMG_" as a prefix, but the same files without that prefix also exist (although not in all cases).

I am trying to get rid of these duplicates. If I could skip the rename for duplicates only, I could then simply delete those. However, with that many collisions I am not able to do this in a realistic time frame.
void
Developer
Posts: 15098
Joined: Fri Oct 16, 2009 11:31 pm

Re: Improve handling of rename collisions for multiple files

Post by void »

I have on my TODO list to improve the handling of renaming collisions.

Thanks for the suggestion.

Currently, you can hold down SHIFT + click No to select No To All.
therube
Posts: 4580
Joined: Thu Sep 03, 2009 6:48 pm

Re: Improve handling of rename collisions for multiple files

Post by therube »

How?

Code: Select all

C:\TMP\BRU\number.sequence - Copy\069
C:\TMP\BRU\number.sequence - Copy\069 - Copy
C:\TMP\BRU\number.sequence - Copy\070
C:\TMP\BRU\number.sequence - Copy\070 - Copy
C:\TMP\BRU\number.sequence - Copy\071
C:\TMP\BRU\number.sequence - Copy\071 - Copy
C:\TMP\BRU\number.sequence - Copy\072
C:\TMP\BRU\number.sequence - Copy\072 - Copy
Select the "- Copy" items, New Format: 0\1 (Regex), Shift+No still only ("skips") the current item (rather then "skip all" [overwrites]) AFAICT.
So you either click No, 4 times, or hit 'N', 4 times, (or continually hold down 'N', which is faster, easier).
Post Reply