Yet another file/folder de-duplicator in C#, multi-platform via mono.
Differentiating features:
- Prioritises finding duplicate folders over duplicate files.
- Optimised UI for manual de-dup display and decisions.
- Optimised algorithm to display some dups as fast as possible, while scanning continues in the background. (Essentially it shallow-scans to find potential duplicates before it deeps scans)
- Totally ignores folder and file names. Only file content is used for duplicate detection. (Maybe not very unique).
- Multi-platform GUI via mono & GTK.
Install monodevelop. (Last tested with V 5.10).
Then open the .sln file with monodevelop.
Or:
$ mdtool build *.sln
If all is well, you should find a new .exe in bin/Debug