mirror of
https://github.com/profanity-im/profanity.git
synced 2024-10-27 20:30:13 -04:00
Expand /url
description
This commit is contained in:
parent
796fb6d1ff
commit
14a2dfc711
@ -2581,10 +2581,10 @@ static const struct cmd_t command_defs[] = {
|
|||||||
"/url open <url>",
|
"/url open <url>",
|
||||||
"/url save <url> [<path>]")
|
"/url save <url> [<path>]")
|
||||||
CMD_DESC(
|
CMD_DESC(
|
||||||
"Deal with URLs")
|
"Open or save URLs. This works with OMEMO encrypted files as well.")
|
||||||
CMD_ARGS(
|
CMD_ARGS(
|
||||||
{ "open", "Open URL with predefined executable." },
|
{ "open", "Open URL with predefined executable." },
|
||||||
{ "save", "Save URL to optional path, default path is current directory" })
|
{ "save", "Save URL to optional path, default path is current directory." })
|
||||||
CMD_EXAMPLES(
|
CMD_EXAMPLES(
|
||||||
"/url open https://profanity-im.github.io",
|
"/url open https://profanity-im.github.io",
|
||||||
"/url save https://profanity-im.github.io/guide/latest/userguide.html /home/user/Download/")
|
"/url save https://profanity-im.github.io/guide/latest/userguide.html /home/user/Download/")
|
||||||
|
Loading…
Reference in New Issue
Block a user