A De-Duplicator program written in rust.
This deduplicator only goes one deep (for now), primarily because that is all I needed it to do. It also does not look at the extension of files. So it will hash every file within a chosen directory.
This is only supported on windows(for now), because that is what I need it to do.
Simply choose a directory to dedupe (select a folder)
Then select "Go!" and the deduplicator will roll through the directory and try to match the contents of each file. If you get a match, a directory is given to you inside the where you are searching- called "dupes"
When the deduplicator is finished it will display "All Done," when the dialog is closed- the program will exit.
Cheers, -nate