Skip to content

JayRasp/DuplicateFileFinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DuplicateFileFinder

⚠️Important Note

This is a little personal project I started that helps find duplicate files across directories/drives.

It's still WIP and I advise ⚠️AGAINST USING⚠️ it in its current state since it only compares file size and file names to determine wether a file is a duplicate or not, so it could very likely show files as duplicate that are in fact not!

I plan to improve the comparision of files so that it only shows duplicates by checking the files content.

Features

Implemented:

  • Find duplicate files
  • Opening files by double clicking an item or by selecting an item and then pressing enter.
  • Deleting files (able to choose which to delete - original or duplicate)

Planned (in no specific order):

  • White-/Blacklist file formats
  • White-/Blacklist drives and/or folders
  • Store scanned files properties in a BST for faster duplicate detection
  • Progressbar (current file index / filecount)
  • Estimate time remaining (average time per file * remaining files)
  • More accurate file comparison

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages