DOKK / manpages / debian 11 / profanity-light / profanity-executable.1.en
man(1) Profanity XMPP client man(1)

/executable - the Profanity /executable command.

Configure executable that should be called upon a certain command.

/executable avatar <cmd>

/executable urlopen set <cmdtemplate>

/executable urlopen default

/executable urlsave set <cmdtemplate>

/executable urlsave default

avatar

Set executable that is run by /avatar open. Use your favorite image viewer.

urlopen set

Set executable that is run by /url open. Takes a command template that replaces %u and %p with the URL and path respectively.

urlopen default

Restore to default settings.

urlsave set

Set executable that is run by /url save. Takes a command template that replaces %u and %p with the URL and path respectively.

urlsave default

Use the built-in download method for saving.

/executable avatar xdg-open

/executable urlopen set "xdg-open %u"

/executable urlopen set "firefox %u"

/executable urlopen default

/executable urlsave set "wget %u -O %p"

/executable urlsave set "curl %u -o %p"

/executable urlsave default

2021-01-09 0.10.0