Updated 09162022-155928
well, I found myself creating a """GUI""" for the new package manager in the form of a Siri Shortcut today. https://routinehub.co/shortcut/12991
The source (commands) GitHub Repository: https://github.com/holzschu/a-Shell-commands
a-Shell's developer, @nholzschuch, just recently added a very simple package manager for installing add-on commands.
Here's the result of pkg --help
:
Usage: pkg [install name] [remove name] [list] [search expression]
install: installs package "name"
remove: removes package "name"
list: list all installed packages
search: lists packages matching expression
pkg will search for packages on $PKG_SERVER, if it set, and https://github.com/holzschu/a-Shell-commands otherwise
I created this shortcut to visualize and perhaps streamline the process (especially for non-command line-native folks like myself.)
pkgs
variable is set to a list of the chosen packages on a single line, separated by a single space.pkg install pkgs
pkg list | pbcopy