Release 0.16.0

This commit is contained in:
Michael Vetter
2026-02-23 10:30:36 +01:00
parent 289fed262f
commit 5ff84d98d8
111 changed files with 6226 additions and 5 deletions

35
docs/profanity-url.1 Normal file
View File

@@ -0,0 +1,35 @@
.TH man 1 "2026-02-23" "0.16.0" "Profanity XMPP client"
.SH NAME
/url
.SH DESCRIPTION
Open or save URLs. This works with OMEMO encrypted files as well.
.SH SYNOPSIS
/url open <url>
.LP
/url save <url> [<path>]
.LP
.SH ARGUMENTS
.PP
\fBopen\fR
.RS 4
Open URL with predefined executable.
.RE
.PP
\fBsave\fR
.RS 4
Save URL to optional path. The location is displayed after successful download.
.RE
.SH EXAMPLES
/url open https://profanity-im.github.io
.LP
/url save https://profanity-im.github.io/guide/latest/userguide.html /home/user/Download/
.LP