2023-01-03 14:41:10 +01:00
# Sherly
2023-01-03 15:36:54 +01:00
    
2023-01-03 14:33:50 +01:00
2023-01-03 12:17:56 +01:00
## 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.
2023-03-20 20:51:50 +01:00
## Full Usages
```console
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
2023-03-20 21:48:44 +01:00
-t / -threads override default Thread number (default is usually number of cores * 2)
2023-03-20 20:51:50 +01:00
-p / -progress enable progress indicator
2023-03-20 21:33:45 +01:00
-d / -delete delete all dups except one without asking first
2023-03-20 20:51:50 +01:00
-debug debug stuff
```
2023-03-22 19:05:58 +01:00
## Installation
2023-03-22 19:07:47 +01:00
## Via AUR for Arch users
2023-03-22 19:05:58 +01:00
```console
yay -S sherly-git
#just replace yay with your aur helper of choise
2023-03-22 19:07:12 +01:00
2023-03-22 19:05:58 +01:00
```
2023-03-22 19:07:47 +01:00
## Any other OS
2023-03-22 19:07:12 +01:00
You can easily download the sherly.jar file from the releases tab and are able to execute it with the prefix "java --jar".
2023-03-22 19:06:33 +01:00
2023-01-03 15:00:11 +01:00
## Supported Platforms
2023-03-22 19:05:58 +01:00
| OS | Working | Version |
| :----: |:--------------:|:-------:|
| Linux | Yes | 1.1.2 |
| Windows 10/11/8/7 | Yes | 1.1.2 |
| BSD | Not yet Tested | X |
2023-03-20 20:51:50 +01:00
## Screenshots
