gdupes

command module
v0.0.0-...-a758588 Latest Latest
Warning

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

Go to latest
Published: Aug 29, 2024 License: MIT Imports: 1 Imported by: 0

README

codecov

gdupes

A multithreaded tool for identifying duplicate files written in Go.

gdupes CLI is greatly inspired by fdupes. One of the design goals was to keep the option flags and the tool output as close to fdupes as possible to be a viable drop-in replacement.

Installation

go install github.com/shivakar/gdupes@latest

Usage

gdupes [flags] DIRECTORY...

To see full help message, gdupes --help:

gdupes is a multithreaded command-line tool for identifying duplicate files.

Usage:
  gdupes DIRECTORY... [flags]

Flags:
  -H, --hardlinks   Treat hardlinks as duplicates
  -h, --help        Display this help message
  -n, --noempty     Exclude zero-length/empty files
  -A, --nohidden    Exclude hidden files (POSIX only)
  -r, --recurse     Recurse through subdirectories
  -1, --sameline    List set of matches on the same line
  -m, --summarize   Summarize duplicates information
  -v, --version     Display gdupes version

Contributing

Any and all contributions in the form of suggestions, feature requests, code reviews, bug reports and/or pull requests are greatly appreciated.

License

gdupes is licensed under a MIT license.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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