2.1 KiB
2.1 KiB
Sherly
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
Installation
Via AUR for Arch users
yay -S sherly-git
#just replace yay with your aur helper of choise
Any other OS
You can easily download the sherly.jar file from the releases tab and are able to execute it with the prefix "java --jar".
Supported Platforms
OS | Working | Version |
---|---|---|
Linux | Yes | 1.1.2 |
Windows 10/11/8/7 | Yes | 1.1.2 |
BSD | Not yet Tested | X |