From f696410a871d863c44fe40553e8019ab258018c7 Mon Sep 17 00:00:00 2001 From: BlyDoesCoding Date: Mon, 20 Mar 2023 20:51:50 +0100 Subject: [PATCH] Rework of README.md --- .idea/workspace.xml | 37 ++++++++++++++++++++++--------------- README.md | 16 ++++++++++++++-- 2 files changed, 36 insertions(+), 17 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index d2c0e93..3334759 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -11,7 +11,7 @@ - + - { + "keyToString": { + "RunOnceActivity.OpenProjectViewOnStart": "true", + "RunOnceActivity.ShowReadmeOnStart": "true", + "SHARE_PROJECT_CONFIGURATION_FILES": "true", + "last_opened_file_path": "/home/bly/IdeaProjects/Sherly", + "project.structure.last.edited": "Artifacts", + "project.structure.proportion": "0.15", + "project.structure.side.proportion": "0.2", + "settings.editor.selected.configurable": "vcs.Git" } -}]]> +} diff --git a/README.md b/README.md index 8efc03c..82cc20e 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,17 @@ ## 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. -## Screenshots -![screenshot](https://github.com/BlyDoesCoding/Sherly/blob/master/Images/screenshot?raw=true) +## 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 +``` ## Supported Platforms @@ -15,3 +24,6 @@ Sherly is a Multithreaded Duplicate File Finder for your Terminal, written in ja | Linux | Yes | 1.1.1 | | Windows 10/11/8/7 | Yes | 1.1.1 | | BSD | TBD | X | + +## Screenshots +![screenshot](https://github.com/BlyDoesCoding/Sherly/blob/master/Images/screenshot?raw=true)