Skip to content

Commands

Josh edited this page Nov 15, 2022 · 3 revisions

add

Installs a program. You can either install from the configured repository or from Pastebin.

  • <name>
  • <name>@<pastebin code>

require

Downloads a library. Usually, you don't really have to use this command, as libraries are automatically installed when missing.

  • <name>
  • <name>@<pastebin code>

update

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).

remove

Removes a script from your machine.

  • <name> - Removes a script installed with this name.
  • all - Removes all installed scripts (programs and libraries, not SCM).

list

Lists all installed scripts and their types (program or library).

config

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.

refresh

Makes an API call to update the local list of available programs and libraries to be installed. Also refreshs autocomplete.

help

Prints information for every available command of called without arguments.

  • <name> - Prints the information to a given command.
Clone this wiki locally