diff options
author | Slack Coder <slackcoder@server.ky> | 2023-11-24 10:45:32 -0500 |
---|---|---|
committer | Slack Coder <slackcoder@server.ky> | 2023-11-24 10:45:32 -0500 |
commit | 26f03c8d022a19b0f0f9e58f1a1826bcd5a488f3 (patch) | |
tree | 4afba064969cdbeb19777eb65a2b489523f685d4 | |
parent | 262de2ac6c234efb4eed44ed489279d82deb4e93 (diff) | |
download | slackware.com-cli-26f03c8d022a19b0f0f9e58f1a1826bcd5a488f3.tar.xz |
Add todostodo
-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. + |