mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-30 20:34:38 +01:00
Updated for titles
This commit is contained in:
parent
e699e0b237
commit
62beef5ebd
2 changed files with 19 additions and 18 deletions
23
.idea/workspace.xml
generated
23
.idea/workspace.xml
generated
|
@ -7,7 +7,8 @@
|
||||||
<option name="autoReloadType" value="SELECTIVE" />
|
<option name="autoReloadType" value="SELECTIVE" />
|
||||||
</component>
|
</component>
|
||||||
<component name="ChangeListManager">
|
<component name="ChangeListManager">
|
||||||
<list default="true" id="122a51c9-ec79-4509-bab4-7ab1474a7769" name="Changes" comment="Updated for install">
|
<list default="true" id="122a51c9-ec79-4509-bab4-7ab1474a7769" name="Changes" comment="Updated for title">
|
||||||
|
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
||||||
<change beforePath="$PROJECT_DIR$/docs/index.md" beforeDir="false" afterPath="$PROJECT_DIR$/docs/index.md" afterDir="false" />
|
<change beforePath="$PROJECT_DIR$/docs/index.md" beforeDir="false" afterPath="$PROJECT_DIR$/docs/index.md" afterDir="false" />
|
||||||
</list>
|
</list>
|
||||||
<option name="SHOW_DIALOG" value="false" />
|
<option name="SHOW_DIALOG" value="false" />
|
||||||
|
@ -79,13 +80,6 @@
|
||||||
<option name="presentableId" value="Default" />
|
<option name="presentableId" value="Default" />
|
||||||
<updated>1670414596656</updated>
|
<updated>1670414596656</updated>
|
||||||
</task>
|
</task>
|
||||||
<task id="LOCAL-02143" summary="Updated for image">
|
|
||||||
<created>1686557411463</created>
|
|
||||||
<option name="number" value="02143" />
|
|
||||||
<option name="presentableId" value="LOCAL-02143" />
|
|
||||||
<option name="project" value="LOCAL" />
|
|
||||||
<updated>1686557411463</updated>
|
|
||||||
</task>
|
|
||||||
<task id="LOCAL-02144" summary="Updated for image">
|
<task id="LOCAL-02144" summary="Updated for image">
|
||||||
<created>1686557877199</created>
|
<created>1686557877199</created>
|
||||||
<option name="number" value="02144" />
|
<option name="number" value="02144" />
|
||||||
|
@ -422,7 +416,14 @@
|
||||||
<option name="project" value="LOCAL" />
|
<option name="project" value="LOCAL" />
|
||||||
<updated>1686566928842</updated>
|
<updated>1686566928842</updated>
|
||||||
</task>
|
</task>
|
||||||
<option name="localTasksCounter" value="2192" />
|
<task id="LOCAL-02192" summary="Updated for title">
|
||||||
|
<created>1686567027582</created>
|
||||||
|
<option name="number" value="02192" />
|
||||||
|
<option name="presentableId" value="LOCAL-02192" />
|
||||||
|
<option name="project" value="LOCAL" />
|
||||||
|
<updated>1686567027582</updated>
|
||||||
|
</task>
|
||||||
|
<option name="localTasksCounter" value="2193" />
|
||||||
<servers />
|
<servers />
|
||||||
</component>
|
</component>
|
||||||
<component name="Vcs.Log.History.Properties">
|
<component name="Vcs.Log.History.Properties">
|
||||||
|
@ -475,7 +476,6 @@
|
||||||
<MESSAGE value="Updated for paypal image" />
|
<MESSAGE value="Updated for paypal image" />
|
||||||
<MESSAGE value="Updated for logo" />
|
<MESSAGE value="Updated for logo" />
|
||||||
<MESSAGE value="Added image" />
|
<MESSAGE value="Added image" />
|
||||||
<MESSAGE value="Updated for title" />
|
|
||||||
<MESSAGE value="Updated for images" />
|
<MESSAGE value="Updated for images" />
|
||||||
<MESSAGE value="Updated for cli" />
|
<MESSAGE value="Updated for cli" />
|
||||||
<MESSAGE value="Updated for theme" />
|
<MESSAGE value="Updated for theme" />
|
||||||
|
@ -486,6 +486,7 @@
|
||||||
<MESSAGE value="Updated for repositories" />
|
<MESSAGE value="Updated for repositories" />
|
||||||
<MESSAGE value="Updated for image" />
|
<MESSAGE value="Updated for image" />
|
||||||
<MESSAGE value="Updated for install" />
|
<MESSAGE value="Updated for install" />
|
||||||
<option name="LAST_COMMIT_MESSAGE" value="Updated for install" />
|
<MESSAGE value="Updated for title" />
|
||||||
|
<option name="LAST_COMMIT_MESSAGE" value="Updated for title" />
|
||||||
</component>
|
</component>
|
||||||
</project>
|
</project>
|
|
@ -1,4 +1,4 @@
|
||||||
<img src="https://gitlab.com/dslackw/slpkg/-/raw/site/docs/images/logo.png" alt="logo" title="slpkg">
|
<img src="https://gitlab.com/dslackw/slpkg/-/raw/site/docs/images/logo.png" title="slpkg">
|
||||||
|
|
||||||
|
|
||||||
### About
|
### About
|
||||||
|
@ -19,24 +19,24 @@ $ slpkg repo-info
|
||||||
```
|
```
|
||||||
$ slpkg install lilv --repository=alien
|
$ slpkg install lilv --repository=alien
|
||||||
```
|
```
|
||||||
<img src="https://gitlab.com/dslackw/slpkg/-/raw/site/docs/images/slpkg_install.png" width="900">
|
<img src="https://gitlab.com/dslackw/slpkg/-/raw/site/docs/images/slpkg_install.png" width="900" title="slpkg install">
|
||||||
<img src="https://gitlab.com/dslackw/slpkg/-/raw/site/docs/images/slpkg_install_done.png" width="900">
|
<img src="https://gitlab.com/dslackw/slpkg/-/raw/site/docs/images/slpkg_install_done.png" width="900" title="slpkg install">
|
||||||
|
|
||||||
```
|
```
|
||||||
$ slpkg remove lilv
|
$ slpkg remove lilv
|
||||||
```
|
```
|
||||||
<img src="https://gitlab.com/dslackw/slpkg/-/raw/site/docs/images/slpkg_remove.png" width="900">
|
<img src="https://gitlab.com/dslackw/slpkg/-/raw/site/docs/images/slpkg_remove.png" width="900" title="slpkg remove">
|
||||||
<img src="https://gitlab.com/dslackw/slpkg/-/raw/site/docs/images/slpkg_remove_done.png" width="900">
|
<img src="https://gitlab.com/dslackw/slpkg/-/raw/site/docs/images/slpkg_remove_done.png" width="900" title="slpkg remove">
|
||||||
|
|
||||||
```
|
```
|
||||||
$ slpkg dependees --pkg-version --full-reverse greenlet
|
$ slpkg dependees --pkg-version --full-reverse greenlet
|
||||||
```
|
```
|
||||||
<img src="https://gitlab.com/dslackw/slpkg/-/raw/site/docs/images/slpkg_dependees.png" width="900">
|
<img src="https://gitlab.com/dslackw/slpkg/-/raw/site/docs/images/slpkg_dependees.png" width="900" title="slpkg dependees">
|
||||||
|
|
||||||
```
|
```
|
||||||
$ slpkg tracking --pkg-version Flask awscli pychess
|
$ slpkg tracking --pkg-version Flask awscli pychess
|
||||||
```
|
```
|
||||||
<img src="https://gitlab.com/dslackw/slpkg/-/raw/site/docs/images/slpkg_tracking.png" width="900">
|
<img src="https://gitlab.com/dslackw/slpkg/-/raw/site/docs/images/slpkg_tracking.png" width="900" title="slpkg tracking">
|
||||||
|
|
||||||
### Recommended
|
### Recommended
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue