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.
xxSherly/README.md

30 lines
1.6 KiB
Markdown
Raw Normal View History

2023-01-03 14:41:10 +01:00
# Sherly
2023-01-03 15:36:54 +01:00
![Bitbucket open issues](https://img.shields.io/bitbucket/issues/BlyDoesCoding/Sherly?style=for-the-badge) ![GitHub commit activity (branch)](https://img.shields.io/github/commit-activity/m/BlyDoesCoding/Sherly?style=for-the-badge) ![GitHub repo size](https://img.shields.io/github/repo-size/BlyDoesCoding/Sherly?style=for-the-badge) ![GitHub release (latest by date)](https://img.shields.io/github/v/release/BlyDoesCoding/Sherly?style=for-the-badge) ![GitHub all releases](https://img.shields.io/github/downloads/BlyDoesCoding/Sherly/total?style=for-the-badge)
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
-p / -progress enable progress indicator
-d / -delete delete all found duplicates except one
-debug debug stuff
```
2023-01-03 15:00:11 +01:00
## Supported Platforms
2023-01-05 21:42:14 +01:00
| OS | Working | Version |
2023-01-03 15:01:13 +01:00
| :----: |:----: | :------:|
2023-01-05 21:42:14 +01:00
| Linux | Yes | 1.1.1 |
| Windows 10/11/8/7 | Yes | 1.1.1 |
2023-01-03 15:01:13 +01:00
| BSD | TBD | X |
2023-03-20 20:51:50 +01:00
## Screenshots
![screenshot](https://github.com/BlyDoesCoding/Sherly/blob/master/Images/screenshot?raw=true)