dupeguru
dupeguru copied to clipboard
Renaming dups based on refs.
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.
YES PLEASE
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'))