Prepare for Aur Package
This commit is contained in:
parent
42cb7a3ba7
commit
23a63b316b
3 changed files with 34 additions and 16 deletions
48
.idea/workspace.xml
generated
48
.idea/workspace.xml
generated
|
@ -9,10 +9,10 @@
|
||||||
<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="Update README.md according to the new deletion behavior">
|
<list default="true" id="9b57ac51-c870-474b-9dfd-64a5fc490635" name="Changes" comment="Upload Bin">
|
||||||
|
<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$/README.md" beforeDir="false" afterPath="$PROJECT_DIR$/README.md" afterDir="false" />
|
<change beforePath="$PROJECT_DIR$/Bin/sherly.jar" beforeDir="false" />
|
||||||
<change beforePath="$PROJECT_DIR$/src/Main.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Main.java" 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" />
|
||||||
|
@ -56,18 +56,18 @@
|
||||||
<option name="hideEmptyMiddlePackages" value="true" />
|
<option name="hideEmptyMiddlePackages" value="true" />
|
||||||
<option name="showLibraryContents" value="true" />
|
<option name="showLibraryContents" value="true" />
|
||||||
</component>
|
</component>
|
||||||
<component name="PropertiesComponent"><![CDATA[{
|
<component name="PropertiesComponent">{
|
||||||
"keyToString": {
|
"keyToString": {
|
||||||
"RunOnceActivity.OpenProjectViewOnStart": "true",
|
"RunOnceActivity.OpenProjectViewOnStart": "true",
|
||||||
"RunOnceActivity.ShowReadmeOnStart": "true",
|
"RunOnceActivity.ShowReadmeOnStart": "true",
|
||||||
"SHARE_PROJECT_CONFIGURATION_FILES": "true",
|
"SHARE_PROJECT_CONFIGURATION_FILES": "true",
|
||||||
"last_opened_file_path": "/home/bly/IdeaProjects/Sherly",
|
"last_opened_file_path": "/home/bly/IdeaProjects/Sherly",
|
||||||
"project.structure.last.edited": "Artifacts",
|
"project.structure.last.edited": "Artifacts",
|
||||||
"project.structure.proportion": "0.15",
|
"project.structure.proportion": "0.15",
|
||||||
"project.structure.side.proportion": "0.2",
|
"project.structure.side.proportion": "0.2",
|
||||||
"settings.editor.selected.configurable": "Settings.Markdown"
|
"settings.editor.selected.configurable": "Settings.Markdown"
|
||||||
}
|
}
|
||||||
}]]></component>
|
}</component>
|
||||||
<component name="RunAnythingCache">
|
<component name="RunAnythingCache">
|
||||||
<option name="myCommands">
|
<option name="myCommands">
|
||||||
<command value="github" />
|
<command value="github" />
|
||||||
|
@ -223,7 +223,21 @@
|
||||||
<option name="project" value="LOCAL" />
|
<option name="project" value="LOCAL" />
|
||||||
<updated>1679344426853</updated>
|
<updated>1679344426853</updated>
|
||||||
</task>
|
</task>
|
||||||
<option name="localTasksCounter" value="19" />
|
<task id="LOCAL-00019" summary="Added -t to tell Sherly the number of Threads it should use">
|
||||||
|
<created>1679345325362</created>
|
||||||
|
<option name="number" value="00019" />
|
||||||
|
<option name="presentableId" value="LOCAL-00019" />
|
||||||
|
<option name="project" value="LOCAL" />
|
||||||
|
<updated>1679345325362</updated>
|
||||||
|
</task>
|
||||||
|
<task id="LOCAL-00020" summary="Upload Bin">
|
||||||
|
<created>1679346354129</created>
|
||||||
|
<option name="number" value="00020" />
|
||||||
|
<option name="presentableId" value="LOCAL-00020" />
|
||||||
|
<option name="project" value="LOCAL" />
|
||||||
|
<updated>1679346354129</updated>
|
||||||
|
</task>
|
||||||
|
<option name="localTasksCounter" value="21" />
|
||||||
<servers />
|
<servers />
|
||||||
</component>
|
</component>
|
||||||
<component name="Vcs.Log.Tabs.Properties">
|
<component name="Vcs.Log.Tabs.Properties">
|
||||||
|
@ -263,7 +277,9 @@
|
||||||
<MESSAGE value="Rework of README.md" />
|
<MESSAGE value="Rework of README.md" />
|
||||||
<MESSAGE value="Update deletion behavior and fixed file == NULL bug" />
|
<MESSAGE value="Update deletion behavior and fixed file == NULL bug" />
|
||||||
<MESSAGE value="Update README.md according to the new deletion behavior" />
|
<MESSAGE value="Update README.md according to the new deletion behavior" />
|
||||||
<option name="LAST_COMMIT_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="Upload Bin" />
|
||||||
|
<option name="LAST_COMMIT_MESSAGE" value="Upload Bin" />
|
||||||
</component>
|
</component>
|
||||||
<component name="XDebuggerManager">
|
<component name="XDebuggerManager">
|
||||||
<breakpoint-manager>
|
<breakpoint-manager>
|
||||||
|
|
BIN
Bin/sherly.jar
BIN
Bin/sherly.jar
Binary file not shown.
2
src/sherly
Normal file
2
src/sherly
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
#!/usr/bin/sh
|
||||||
|
java -jar /usr/share/sherly/sherly.jar $@
|
Reference in a new issue