Release 0.18.0

Signed-off-by: Michael Vetter <jubalh@iodoru.org>
This commit is contained in:
Michael Vetter
2026-04-10 18:29:41 +02:00
parent 1ac05754be
commit 56443dccd4
112 changed files with 6285 additions and 3 deletions

55
docs/profanity-alias.1 Normal file
View File

@@ -0,0 +1,55 @@
.TH man 1 "2026-04-10" "0.18.0" "Profanity XMPP client"
.SH NAME
/alias
.SH DESCRIPTION
Add, remove or list command aliases.
.SH SYNOPSIS
/alias list
.LP
/alias add <name> <value>
.LP
/alias remove <name>
.LP
.SH ARGUMENTS
.PP
\fBlist\fR
.RS 4
List all aliases.
.RE
.PP
\fBadd <name> <value>\fR
.RS 4
Add a new command alias. The alias name must not contain any space characters.
.RE
.PP
\fBremove <name>\fR
.RS 4
Remove a command alias.
.RE
.SH EXAMPLES
/alias add friends /who online friends
.LP
/alias add /q /quit
.LP
/alias add urg /msg odin@valhalla.edda [URGENT]
.LP
/alias add afk /status set away "Away From Keyboard"
.LP
/alias remove q
.LP
/alias list
.LP