Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 996 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 996 Bytes

dewabbit

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.

COMPAT

This is only supported on windows(for now), because that is what I need it to do.

Getting started

Simply choose a directory to dedupe (select a folder)

image

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.

image

Cheers, -nate