Skip to the content.

TwinHunter (formerly known as go-dupfinder)

build status build status go version GoReportCard Code style: standard License: Apache 2 Github all releases

Find and clean up duplicate files right from your terminal.



You can install TwinHunter from source or grab a pre-built binary.

Installing

From source

go install github.com/mrinjamul/twinhunter@latest

Pre-built binaries

Download the latest release for your platform:

Download

Usage

Here are a few common ways to use TwinHunter:

# Scan the current directory
twinhunter

# Scan a folder recursively
twinhunter find /path/to/files -r

# Find and delete duplicates, keeping the oldest copy
twinhunter find /path/to/files -r -d -k oldest -y


View Repository