A multithreaded duplicate file finder that uses xxHash32
This repository has been archived on 2025-09-28. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
Find a file
BlyDoesCoding 42cb7a3ba7 Upload Bin
2023-03-20 22:05:53 +01:00
.idea Added -t to tell Sherly the number of Threads it should use 2023-03-20 21:48:44 +01:00
Bin Upload Bin 2023-03-20 22:05:53 +01:00
Images Add files via upload 2023-01-03 14:28:29 +01:00
META-INF fixed A bug where it just randomly crashes and added the ability to delete duplicate files with -d paramater 2023-01-04 03:20:21 +01:00
src Added -t to tell Sherly the number of Threads it should use 2023-03-20 21:48:44 +01:00
.gitignore First Creation 2023-01-03 00:50:03 +01:00
LICENSE Create LICENSE 2023-01-03 01:07:12 +01:00
README.md Added -t to tell Sherly the number of Threads it should use 2023-03-20 21:48:44 +01:00
Sherly.iml First Creation 2023-01-03 00:50:03 +01:00

Sherly

Bitbucket open issues GitHub commit activity (branch) GitHub repo size GitHub release (latest by date) GitHub all releases

Introduction

Sherly is a Multithreaded Duplicate File Finder for your Terminal, written in java. You can Easily find duplicate Images, videos as well as any other type of Data. That can be helpful if you run on small storage or just want to keep regular housekeeping.

Full Usages

Usage: sherly -f inputfolder1 inputfolder2 inputfolder3 [options]...
 
   -h / -help             show this
   -f / -folder           all the folders you want to scan for (see example above!)
   -c / -color            enable colored messages
   -t / -threads          override default Thread number (default is usually number of cores * 2)
   -p / -progress         enable progress indicator
   -d / -delete           delete all dups except one without asking first
   -debug                 debug stuff

Supported Platforms

OS Working Version
Linux Yes 1.1.2
Windows 10/11/8/7 Yes 1.1.2
BSD TBD X

Screenshots

screenshot