Skip to content

annbumagina/dir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dir

Searches for duplicated files in provided directory and subdirectories, and removes them if needed. The program has graphical interface based on the Qt Widgets library.

Algorithm

  1. Divide files by their size
  2. In equal size group for each file compute Sha256 hash of first N bytes
  3. In equal hash group for each file compute Sha256 hash of whole file
  4. If hashes are equal then consider that files are equal

About

Tool for searching and removing file duplicates

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors