Skip to content

A file deduplication app written in rust to be _blazingly fast_ with absolutely no unsafe code.

Notifications You must be signed in to change notification settings

justnat3/rsdedupe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rsdedupe

Same deal as goshutter, just severely upgraded. I wanted to add a gui, make it a little faster- start using rust more. With that out of the way the basic idea of this application is to take a directory and the file in it and run a deduplication routine on them. Taking SHA256 and making a digest of the contents in the file to then compare it again other files. If we get a hit then we can move the duplicated file to a dupelication directory to be manually reviewed by the user.

The gui is in no place where I want to show it off, however it is written in egui(love this project). It will be functional but I am working out the kinks :D

Cheers, -Nate

About

A file deduplication app written in rust to be _blazingly fast_ with absolutely no unsafe code.

Topics

Resources

Stars

Watchers

Forks

Languages