AUR Package instructions

This commit is contained in:
BlyDoesCoding 2023-03-22 19:05:58 +01:00
parent 23a63b316b
commit 6b59901935
2 changed files with 28 additions and 13 deletions

20
.idea/workspace.xml generated
View file

@ -9,10 +9,9 @@
<option name="autoReloadType" value="SELECTIVE" /> <option name="autoReloadType" value="SELECTIVE" />
</component> </component>
<component name="ChangeListManager"> <component name="ChangeListManager">
<list default="true" id="9b57ac51-c870-474b-9dfd-64a5fc490635" name="Changes" comment="Upload Bin"> <list default="true" id="9b57ac51-c870-474b-9dfd-64a5fc490635" name="Changes" comment="Prepare for Aur Package">
<change afterPath="$PROJECT_DIR$/src/sherly" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" /> <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Bin/sherly.jar" beforeDir="false" /> <change beforePath="$PROJECT_DIR$/README.md" beforeDir="false" afterPath="$PROJECT_DIR$/README.md" afterDir="false" />
</list> </list>
<option name="SHOW_DIALOG" value="false" /> <option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" /> <option name="HIGHLIGHT_CONFLICTS" value="true" />
@ -36,9 +35,6 @@
</list> </list>
</option> </option>
</component> </component>
<component name="GithubDefaultAccount">
<option name="defaultAccountId" value="1ec83841-9eac-4bec-b8b8-e821355f624e" />
</component>
<component name="GithubPullRequestsUISettings"> <component name="GithubPullRequestsUISettings">
<option name="selectedUrlAndAccountId"> <option name="selectedUrlAndAccountId">
<UrlAndAccount> <UrlAndAccount>
@ -237,7 +233,14 @@
<option name="project" value="LOCAL" /> <option name="project" value="LOCAL" />
<updated>1679346354129</updated> <updated>1679346354129</updated>
</task> </task>
<option name="localTasksCounter" value="21" /> <task id="LOCAL-00021" summary="Prepare for Aur Package">
<created>1679415958151</created>
<option name="number" value="00021" />
<option name="presentableId" value="LOCAL-00021" />
<option name="project" value="LOCAL" />
<updated>1679415958151</updated>
</task>
<option name="localTasksCounter" value="22" />
<servers /> <servers />
</component> </component>
<component name="Vcs.Log.Tabs.Properties"> <component name="Vcs.Log.Tabs.Properties">
@ -279,7 +282,8 @@
<MESSAGE value="Update README.md according to the new deletion behavior" /> <MESSAGE value="Update README.md according to the new deletion behavior" />
<MESSAGE value="Added -t to tell Sherly the number of Threads it should use" /> <MESSAGE value="Added -t to tell Sherly the number of Threads it should use" />
<MESSAGE value="Upload Bin" /> <MESSAGE value="Upload Bin" />
<option name="LAST_COMMIT_MESSAGE" value="Upload Bin" /> <MESSAGE value="Prepare for Aur Package" />
<option name="LAST_COMMIT_MESSAGE" value="Prepare for Aur Package" />
</component> </component>
<component name="XDebuggerManager"> <component name="XDebuggerManager">
<breakpoint-manager> <breakpoint-manager>

View file

@ -17,14 +17,25 @@ Usage: sherly -f inputfolder1 inputfolder2 inputfolder3 [options]...
-d / -delete delete all dups except one without asking first -d / -delete delete all dups except one without asking first
-debug debug stuff -debug debug stuff
``` ```
## Installation
# Via AUR for Arch users
```console
yay -S sherly-git
#just replace yay with your aur helper of choise
# Any other OS
you can easily download the jar file from the releases Tab and are able to execute it with the prefix "java --jar"
```
## Supported Platforms ## Supported Platforms
| OS | Working | Version | | OS | Working | Version |
| :----: |:----: |:-------:| | :----: |:--------------:|:-------:|
| Linux | Yes | 1.1.2 | | Linux | Yes | 1.1.2 |
| Windows 10/11/8/7 | Yes | 1.1.2 | | Windows 10/11/8/7 | Yes | 1.1.2 |
| BSD | TBD | X | | BSD | Not yet Tested | X |
## Screenshots ## Screenshots
![screenshot](https://github.com/BlyDoesCoding/Sherly/blob/master/Images/screenshot?raw=true) ![screenshot](https://github.com/BlyDoesCoding/Sherly/blob/master/Images/screenshot?raw=true)