1man(1) Profanity XMPP client man(1)
2
3
4
6 /executable
7
8
10 Configure executable that should be called upon a certain command.
11
12
14 /executable avatar set <cmdtemplate>
15
16
17 /executable avatar default
18
19
20 /executable urlopen set <cmdtemplate>
21
22
23 /executable urlopen default
24
25
26 /executable urlsave set <cmdtemplate>
27
28
29 /executable urlsave default
30
31
32 /executable editor set <cmdtemplate>
33
34
35 /executable editor default
36
37
38 /executable vcard_photo set <cmdtemplate>
39
40
41 /executable vcard_photo default
42
43
45 avatar set
46 Set executable that is run by /avatar open. Use your favorite image
47 viewer.
48
49 avatar default
50 Restore to default settings.
51
52 urlopen set
53 Set executable that is run by /url open. Takes a command template
54 that replaces %u and %p with the URL and path respectively.
55
56 urlopen default
57 Restore to default settings.
58
59 urlsave set
60 Set executable that is run by /url save. Takes a command template
61 that replaces %u and %p with the URL and path respectively.
62
63 urlsave default
64 Use the built-in download method for saving.
65
66 editor set
67 Set editor to be used with /editor. Needs a terminal editor or a
68 script to run a graphical editor.
69
70 editor default
71 Restore to default settings.
72
73 vcard_photo set
74 Set executable that is run by /vcard photo open. Takes a command
75 template that replaces %p with the path
76
77 vcard_photo default
78 Restore to default settings.
79
80
82 /executable avatar xdg-open
83
84
85 /executable urlopen set "xdg-open %u"
86
87
88 /executable urlopen set "firefox %u"
89
90
91 /executable urlopen default
92
93
94 /executable urlsave set "wget %u -O %p"
95
96
97 /executable urlsave set "curl %u -o %p"
98
99
100 /executable urlsave default
101
102
103 /executable vcard_photo set "feh %p"
104
105
106 /executable editor set "emacsclient -t"
107
108
1090.13.1 2023-08-03 man(1)