Aliases - Windower/packages GitHub Wiki

Commands

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

Example Usage

/alias test "/echo ding~"

This alias creates the command /test which sends the input /echo ding~.

/unalias test

Deletes the alias command /test.

⚠️ **GitHub.com Fallback** ⚠️