You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Duplicates Detector is a cross-platform GUI utility for finding duplicate files, allowing you to delete or link them to save space. Duplicate files are displayed and processed on two synchronized panels for efficient and convenient operation.
Command-line tool in Rust for detecting duplicate files in directories and subdirectories. Using SHA-256 hashing and parallel processing with Rayon, it ensures high performance and accuracy in identifying duplicate files, regardless of metadata such as file name, etc.
Duplicate file finder, a small Linux app that produces reports on duplicate & unique files using sha256 checksum. Input can be one or more directories with optional filters of maximum files size and parts of file names. Output is multiple CSV (spreadsheet) reports that can be used to move or delete duplicates in Linux, Windows-WSL, MSYS2, Gitbash
A Python script to find and optionally delete duplicate files between two directories using file size, SHA-256 hashing, and customizable strategies (keep older or newer). Supports exclusion patterns and safe deletion workflows.