dupeguru icon indicating copy to clipboard operation
dupeguru copied to clipboard

Renaming dups based on refs.

Open zbutfly opened this issue 3 years ago • 2 comments

Wish to get the feature that rename each marked dups as filename of it's ref, if more than one dups found, suffix of filename (seq, or match pencentage) can be add.

It's so helpful that we can process the dups by side-by-side file compare utils like Beyond Compare.

zbutfly avatar Apr 15 '21 01:04 zbutfly

YES PLEASE

goosegamesinc avatar May 26 '21 20:05 goosegamesinc

Would be awesome ! AntiDupl and Video Simili Duplicate Cleaner have this feature, but as they are a little less generic software it is not always enough.

For now, if it helps anyone, a simple solution with the custom command option :

powershell Rename-Item -Path '%d' -NewName ([System.IO.Path]::GetFileName('%r'))

Ugau943 avatar Apr 17 '22 12:04 Ugau943