1man(1)                       Profanity XMPP client                      man(1)
2
3
4

NAME

6       /executable
7
8

DESCRIPTION

10       Configure executable that should be called upon a certain command.
11
12

SYNOPSIS

14       /executable avatar <cmd>
15
16
17       /executable urlopen set <cmdtemplate>
18
19
20       /executable urlopen default
21
22
23       /executable urlsave set <cmdtemplate>
24
25
26       /executable urlsave default
27
28

ARGUMENTS

30       avatar
31           Set executable that is run by /avatar open. Use your favorite image
32           viewer.
33
34       urlopen set
35           Set executable that is run by /url open. Takes a  command  template
36           that replaces %u and %p with the URL and path respectively.
37
38       urlopen default
39           Restore to default settings.
40
41       urlsave set
42           Set  executable  that is run by /url save. Takes a command template
43           that replaces %u and %p with the URL and path respectively.
44
45       urlsave default
46           Use the built-in download method for saving.
47
48       editor set
49           Set editor to be used with /editor. Needs a terminal  editor  or  a
50           script to run a graphical editor.
51
52

EXAMPLES

54       /executable avatar xdg-open
55
56
57       /executable urlopen set "xdg-open %u"
58
59
60       /executable urlopen set "firefox %u"
61
62
63       /executable urlopen default
64
65
66       /executable urlsave set "wget %u -O %p"
67
68
69       /executable urlsave set "curl %u -o %p"
70
71
72       /executable urlsave default
73
74
75       /executable editor set vim
76
77
780.13.0                            2022-10-12                            man(1)
Impressum