about summary refs log tree commit diff stats
path: root/docs/profanity-url.1
diff options
context:
space:
mode:
Diffstat (limited to 'docs/profanity-url.1')
-rw-r--r--docs/profanity-url.135
1 files changed, 35 insertions, 0 deletions
diff --git a/docs/profanity-url.1 b/docs/profanity-url.1
new file mode 100644
index 00000000..e0c645c6
--- /dev/null
+++ b/docs/profanity-url.1
@@ -0,0 +1,35 @@
+.TH man 1 "2021-09-28" "0.11.0" "Profanity XMPP client"
+
+.SH NAME
+/url
+
+.SH DESCRIPTION
+Deal with URLs
+
+.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, default path is current directory
+.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