Skip to content

A De-Duplicator program, rewrite of goshutter.

Notifications You must be signed in to change notification settings

justnat3/dewabbit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A De-Duplicator program, rewrite of goshutter.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages