eq

command module
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Dec 1, 2025 License: MIT Imports: 5 Imported by: 0

README

eq

A fast CLI utility that detects duplicate files


Usage

eq [paths...] [options]

You can provide any mix of files and directories. Directories are scanned recursively. Symlinks and zero-size files are skipped.


Description

eq scans files and directories, hashes their contents, and reports which files are exact duplicates.
It supports multiple hashing algorithms like sha256, blake3 and xxh64.


Options

Flag Description
--hash string Hash algorithm to use. Supported: sha256, blake3, xxh64. Defaults to blake3.
-h, --help Show help.
-v, --version Print version information.

Examples

Scan the current directory:

eq

Detect duplicates in two directories:

eq ~/Pictures ~/Downloads

Use a specific hashing algorithm:

eq --hash sha256 /mnt/data

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
internal
pkg

Jump to

Keyboard shortcuts

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