Aliases - Windower/packages GitHub Wiki
/alias <alias> <command>
Creates a new alias with a given command line. <alias> commands can not contain spaces. Special characters are allowed. Any <command> containing spaces must be enclosed by quotes.
/unalias <alias>
Deletes an existing alias.
/alias test "/echo ding~"
This alias creates the command /test which sends the input /echo ding~.
/unalias test
Deletes the alias command /test.