mirror of
https://github.com/profanity-im/profanity.git
synced 2024-12-04 14:46:46 -05: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 save <url> [<path>]")
|
||||
CMD_DESC(
|
||||
"Deal with URLs")
|
||||
"Open or save URLs. This works with OMEMO encrypted files as well.")
|
||||
CMD_ARGS(
|
||||
{ "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(
|
||||
"/url open https://profanity-im.github.io",
|
||||
"/url save https://profanity-im.github.io/guide/latest/userguide.html /home/user/Download/")
|
||||
|
Loading…
Reference in New Issue
Block a user