-
Notifications
You must be signed in to change notification settings - Fork 0
Commands
Installs a program. You can either install from the configured repository or from Pastebin.
- <name>
- <name>@<pastebin code>
Downloads a library. Usually, you don't really have to use this command, as libraries are automatically installed when missing.
- <name>
- <name>@<pastebin code>
If called without argument, this updates the SCM.
- <name> - Updates a script installed with this name.
- all - Updates all installed scripts (programs and libraries, not SCM).
Removes a script from your machine.
- <name> - Removes a script installed with this name.
- all - Removes all installed scripts (programs and libraries, not SCM).
Lists all installed scripts and their types (program or library).
Updates your configuration via simple commands.
If called without argument, this command will print a list of all available configurations.
- <name> - Prints the current value of the specified configuration.
- <name> <value> - Updates the value of a specific configuration.
Makes an API call to update the local list of available programs and libraries to be installed. Also refreshs autocomplete.
Prints information for every available command of called without arguments.
- <name> - Prints the information to a given command.
Anything missing or unclear? Feel free to create an issue.