From 26f03c8d022a19b0f0f9e58f1a1826bcd5a488f3 Mon Sep 17 00:00:00 2001 From: Slack Coder Date: Fri, 24 Nov 2023 10:45:32 -0500 Subject: Add todos --- download-package-source-code.md | 3 +++ list-changelog-entries-per-package.md | 4 ++++ list-mirror.md | 3 +++ list-removed-and-new-packages.md | 4 ++++ show-information.md | 5 +++++ 5 files changed, 19 insertions(+) create mode 100644 download-package-source-code.md create mode 100644 list-changelog-entries-per-package.md create mode 100644 list-mirror.md create mode 100644 list-removed-and-new-packages.md create mode 100644 show-information.md 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. + -- cgit v1.2.3