Updated for about

This commit is contained in:
Dimitris Zlatanidis 2023-06-12 20:15:53 +03:00
parent 5dd668a198
commit 0e590f70df
3 changed files with 20 additions and 55 deletions

View file

@ -1,7 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<module version="4">
<component name="PyDocumentationSettings">
<option name="format" value="PLAIN" />
<option name="myDocStringFormat" value="Plain" />
</component>
</module>

View file

@ -7,10 +7,10 @@
<option name="autoReloadType" value="SELECTIVE" />
</component>
<component name="ChangeListManager">
<list default="true" id="122a51c9-ec79-4509-bab4-7ab1474a7769" name="Changes" comment="Updated for side">
<change afterPath="$PROJECT_DIR$/docs/screenhots/index.md" afterDir="false" />
<list default="true" id="122a51c9-ec79-4509-bab4-7ab1474a7769" name="Changes" comment="Updated for about">
<change beforePath="$PROJECT_DIR$/.idea/slpkg.iml" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/mkdocs.yml" beforeDir="false" afterPath="$PROJECT_DIR$/mkdocs.yml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/docs/index.md" beforeDir="false" afterPath="$PROJECT_DIR$/docs/index.md" afterDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
@ -81,20 +81,6 @@
<option name="presentableId" value="Default" />
<updated>1670414596656</updated>
</task>
<task id="LOCAL-02168" summary="Updated for install">
<created>1686562197344</created>
<option name="number" value="02168" />
<option name="presentableId" value="LOCAL-02168" />
<option name="project" value="LOCAL" />
<updated>1686562197344</updated>
</task>
<task id="LOCAL-02169" summary="Updated for index">
<created>1686562225440</created>
<option name="number" value="02169" />
<option name="presentableId" value="LOCAL-02169" />
<option name="project" value="LOCAL" />
<updated>1686562225440</updated>
</task>
<task id="LOCAL-02170" summary="Updated for index">
<created>1686562414925</created>
<option name="number" value="02170" />
@ -424,7 +410,21 @@
<option name="project" value="LOCAL" />
<updated>1686589463913</updated>
</task>
<option name="localTasksCounter" value="2217" />
<task id="LOCAL-02217" summary="Updated for about">
<created>1686589915489</created>
<option name="number" value="02217" />
<option name="presentableId" value="LOCAL-02217" />
<option name="project" value="LOCAL" />
<updated>1686589915489</updated>
</task>
<task id="LOCAL-02218" summary="Updated for about">
<created>1686590012601</created>
<option name="number" value="02218" />
<option name="presentableId" value="LOCAL-02218" />
<option name="project" value="LOCAL" />
<updated>1686590012601</updated>
</task>
<option name="localTasksCounter" value="2219" />
<servers />
</component>
<component name="Vcs.Log.History.Properties">
@ -471,7 +471,6 @@
<MESSAGE value="Updated for cli" />
<MESSAGE value="Updated for theme" />
<MESSAGE value="Updated for issues" />
<MESSAGE value="Updated for about" />
<MESSAGE value="Fixed image link" />
<MESSAGE value="Updated for repositories" />
<MESSAGE value="Updated for image" />
@ -488,6 +487,7 @@
<MESSAGE value="Updated for favicon" />
<MESSAGE value="Updated for index" />
<MESSAGE value="Updated for side" />
<option name="LAST_COMMIT_MESSAGE" value="Updated for side" />
<MESSAGE value="Updated for about" />
<option name="LAST_COMMIT_MESSAGE" value="Updated for about" />
</component>
</project>

View file

@ -9,34 +9,6 @@ Slpkg makes it easier to manage groups of machines without the need for manual u
Slpkg works in accordance with the standards of the <a href="https://www.slackbuilds.org" target="_blank">slackbuilds.org</a> organization to build packages.
It also uses the Slackware Linux instructions for installing, upgrading or removing packages.
### Screenshots
```
$ slpkg repo-info
```
<img src="https://gitlab.com/dslackw/slpkg/-/raw/site/docs/images/slpkg_repo_info.png" width="900" title="slpkg repo-info">
```
$ slpkg install lilv --repository=alien
```
<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" title="slpkg install">
```
$ slpkg remove lilv
```
<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" title="slpkg remove">
```
$ slpkg dependees --pkg-version --full-reverse greenlet
```
<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
```
<img src="https://gitlab.com/dslackw/slpkg/-/raw/site/docs/images/slpkg_tracking.png" width="900" title="slpkg tracking">
### CLI Usage