table of contents
other versions
- bookworm 0.13.1-2
- bookworm-backports 0.14.0-1~bpo12+1
- testing 0.14.0-3
- unstable 0.14.0-3
conflicting packages
man(1) | Profanity XMPP client | man(1) |
NAME¶
/alias - the Profanity /alias command.
DESCRIPTION¶
Add, remove or list command aliases.
SYNOPSIS¶
/alias list
/alias add <name> <value>
/alias remove <name>
ARGUMENTS¶
list
List all aliases.
add <name> <value>
Add a new command alias.
remove <name>
Remove a command alias.
EXAMPLES¶
/alias add friends /who online friends
/alias add /q /quit
/alias add a /away "I'm in a meeting."
/alias remove q
/alias list
2023-08-03 | 0.13.1 |