Skip to content

A simple tool to read each file of a directory and its subdirectories and check if there are any duplicates

License

Notifications You must be signed in to change notification settings

golang-straubing/dupsfindr

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

dupsfindr

TODOs

  • current slice is a array of strings, change it to something that can hold the filepath and hash
  • as soon as a file is known to be a duplicate move it to another folder and protocol its old and new path the console
  • create a parameter if the protocol should be written to disk
  • create a parameter if all duplicates should be deleted and not archived
  • remove all debugging outputs (maybe quiet/debug flag)
  • output every processed folder/file in one line and update that line (if that's even possible?)
  • create a proper error handling

Later Version

  • check if a found image is a meme and archive or delete it

About

A simple tool to read each file of a directory and its subdirectories and check if there are any duplicates

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%