Skip to content

Instantly share code, notes, and snippets.

@extratone
Created September 16, 2022 20:43
Show Gist options
  • Save extratone/61e33be98345944613f34425eefe750b to your computer and use it in GitHub Desktop.
Save extratone/61e33be98345944613f34425eefe750b to your computer and use it in GitHub Desktop.
Documentation for a-Shell's new package manager. `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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment