Skip to content

A helper application to detect and list duplicated files in a directory.

License

Notifications You must be signed in to change notification settings

anas-aso/dup_files_detector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Duplicated files detector

A helper application to detect and list duplicated files in a directory.

I originally built it to cleanup duplicated pictures on my hard drive. But it works for other files types as well.

Install

Requirement: Golang command line 1.17.x

go install github.com/anas-aso/dup_files_detector@latest

Build

go build -a -installsuffix cgo -ldflags="-w -s" -o dup_files_detector

Usage

Process a single directory

./dup_files_detector --directoryPath=path/to/check

Or, process multiple directories

./dup_files_detector --directoryPath=path/to/dir1 --directoryPath=path/to/dir2 ...

About

A helper application to detect and list duplicated files in a directory.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages