Another idea of mine: It would be nice if there was something like "folder similarity" instead of just file similarity.
e.g. I would like to quickly see if one folder contains exactly the same files as another folder and maybe even if one folder is a subset of another folder. that would help identify which folder to delete or how to merge folders.
Folder overlap
It's possible with WinMerge, an open source File and Directory Comparison tool:
http://winmerge.org
http://winmerge.org/docs/tour/#tour_comparingdirs
I use ExamDiff Pro myself, but this is commercial software. If you want to pay for it, it certainly is worth the money.
http://winmerge.org
http://winmerge.org/docs/tour/#tour_comparingdirs
I use ExamDiff Pro myself, but this is commercial software. If you want to pay for it, it certainly is worth the money.
The issue that duplicate cleaner solves is FINDING duplicates - winmerge etc allow you to compare two selected directories - ie you need to know the duplicated directories. What I and silentguy are asking for is an aggregation tool- I have 2300 files(500 groups). It would be nice if the duplicates were grouped by directory
Grouping by folder seems pretty impossible as every duplicate-group can be connected to multiple folders...
In another thread I proposed the ability to filter the current results... With this, you would in theory be able to say something like "show all duplicate sets that involve folder X"... that might be a kind of grouping...
the only other thing I could think about would be to run lots of different set theory algorithms on the results, to get information like "folder a is a subset of folder b",
"folders a,b, and c all share duplicates, but are disjunct from folders d and e, which only share duplicates with each other"...
But I guess that would be rather complex because even if it was easy to implement (which I doubt) it would also create lot's of cases that might be confusing to the user...
In another thread I proposed the ability to filter the current results... With this, you would in theory be able to say something like "show all duplicate sets that involve folder X"... that might be a kind of grouping...
the only other thing I could think about would be to run lots of different set theory algorithms on the results, to get information like "folder a is a subset of folder b",
"folders a,b, and c all share duplicates, but are disjunct from folders d and e, which only share duplicates with each other"...
But I guess that would be rather complex because even if it was easy to implement (which I doubt) it would also create lot's of cases that might be confusing to the user...