diff options
-rw-r--r-- | download-package-source-code.md | 3 | ||||
-rw-r--r-- | list-changelog-entries-per-package.md | 4 | ||||
-rw-r--r-- | list-mirror.md | 3 | ||||
-rw-r--r-- | list-removed-and-new-packages.md | 4 | ||||
-rw-r--r-- | show-information.md | 5 |
5 files changed, 19 insertions, 0 deletions
diff --git a/download-package-source-code.md b/download-package-source-code.md new file mode 100644 index 0000000..968ab0c --- /dev/null +++ b/download-package-source-code.md @@ -0,0 +1,3 @@ +# Download package source code + +Make it easy to download package source code, whether a patch or otherwise. diff --git a/list-changelog-entries-per-package.md b/list-changelog-entries-per-package.md new file mode 100644 index 0000000..6f67289 --- /dev/null +++ b/list-changelog-entries-per-package.md @@ -0,0 +1,4 @@ +# List Changelog Entries per package + +Make 'slackware changelog' take an argument to show the changelog entry for the +given package. diff --git a/list-mirror.md b/list-mirror.md new file mode 100644 index 0000000..6544b9f --- /dev/null +++ b/list-mirror.md @@ -0,0 +1,3 @@ +# List mirrors + +Add a command to do query slackware mirrors. diff --git a/list-removed-and-new-packages.md b/list-removed-and-new-packages.md new file mode 100644 index 0000000..d5ae485 --- /dev/null +++ b/list-removed-and-new-packages.md @@ -0,0 +1,4 @@ +# List how packages are added or removed + +Communicate to the user how a package was updated in the changelog. They can +be updated, rebuilt, removed, or added. diff --git a/show-information.md b/show-information.md new file mode 100644 index 0000000..b640315 --- /dev/null +++ b/show-information.md @@ -0,0 +1,5 @@ +# Show information during operations + +Give the user feedback about what is happening. For example add a progress bar +when downloading items. This must be silenced when the command is backgrounded. + |