dup_files_detector

command module
v0.0.0-...-31f0e11 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 10, 2021 License: Apache-2.0 Imports: 9 Imported by: 0

README

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 ...

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL