File: profanity-vcard.1

package info (click to toggle)
profanity 0.16.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,044 kB
  • sloc: ansic: 78,684; makefile: 552; python: 212; sh: 179
file content (400 lines) | stat: -rw-r--r-- 7,533 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
.TH man 1 "2026-02-23" "0.16.0" "Profanity XMPP client"

.SH NAME
/vcard

.SH DESCRIPTION
Read your vCard or a user's vCard, get a user's avatar via their vCard, or modify your vCard. If no arguments are given, your vCard will be displayed in a new window, or an existing vCard window.

.SH SYNOPSIS
/vcard get [<nick|contact>]

.LP
/vcard photo open <nick|contact> [<index>]

.LP
/vcard photo save <nick|contact> [output <filepath>] [index <index>]

.LP
/vcard set fullname <fullname>

.LP
/vcard set name family <family>

.LP
/vcard set name given <given>

.LP
/vcard set name middle <middle>

.LP
/vcard set name prefix <prefix>

.LP
/vcard set name suffix <suffix>

.LP
/vcard set <index> [<value>]

.LP
/vcard set <index> pobox <value>

.LP
/vcard set <index> extaddr <value>

.LP
/vcard set <index> street <value>

.LP
/vcard set <index> locality <value>

.LP
/vcard set <index> region <value>

.LP
/vcard set <index> pocode <value>

.LP
/vcard set <index> country <value>

.LP
/vcard set <index> type domestic|international

.LP
/vcard set <index> home on|off

.LP
/vcard set <index> work on|off

.LP
/vcard set <index> voice on|off

.LP
/vcard set <index> fax on|off

.LP
/vcard set <index> pager on|off

.LP
/vcard set <index> msg on|off

.LP
/vcard set <index> cell on|off

.LP
/vcard set <index> video on|off

.LP
/vcard set <index> bbs on|off

.LP
/vcard set <index> modem on|off

.LP
/vcard set <index> isdn on|off

.LP
/vcard set <index> pcs on|off

.LP
/vcard set <index> preferred on|off

.LP
/vcard set <index> parcel on|off

.LP
/vcard set <index> postal on|off

.LP
/vcard set <index> internet on|off

.LP
/vcard set <index> x400 on|off

.LP
/vcard add nickname <nickname>

.LP
/vcard add birthday <date>

.LP
/vcard add address

.LP
/vcard add tel <number>

.LP
/vcard add email <userid>

.LP
/vcard add jid <jid>

.LP
/vcard add title <title>

.LP
/vcard add role <role>

.LP
/vcard add note <note>

.LP
/vcard add url <url>

.LP
/vcard remove <index>

.LP
/vcard refresh

.LP
/vcard save

.LP

.SH ARGUMENTS
.PP
\fBget [<nick|contact>]\fR
.RS 4
Get your vCard, if a nickname/contact is provided, get that user's vCard
.RE
.PP
\fBphoto open <nick|contact> [<index>]\fR
.RS 4
Download a user's photo from their vCard to a file, and open it. If index is not specified, download the first photo (usually avatar) from their vCard
.RE
.PP
\fBphoto save <nick|contact>\fR
.RS 4
Download a user's photo from their vCard to a file. If index is not specified, download the first photo (usually avatar) from their vCard. If output is not specified, download the photo to profanity's photos directory.
.RE
.PP
\fBphoto open-self [<index>]\fR
.RS 4
Download a photo from your vCard to a file, and open it. If index is not specified, download the first photo (usually avatar) from your vCard
.RE
.PP
\fBphoto save-self\fR
.RS 4
Download a photo from your vCard to a file. If index is not specified, download the first photo (usually avatar) from your vCard. If output is not specified, download the photo to profanity's photos directory. Same arguments as `photo open`
.RE
.PP
\fBset fullname <fullname>\fR
.RS 4
Set your vCard's fullname to the specified value
.RE
.PP
\fBset name family <family>\fR
.RS 4
Set your vCard's family name to the specified value
.RE
.PP
\fBset name given <given>\fR
.RS 4
Set your vCard's given name to the specified value
.RE
.PP
\fBset name middle <middle>\fR
.RS 4
Set your vCard's middle name to the specified value
.RE
.PP
\fBset name prefix <prefix>\fR
.RS 4
Set your vCard's prefix name to the specified value
.RE
.PP
\fBset name suffix <suffix>\fR
.RS 4
Set your vCard's suffix name to the specified value
.RE
.PP
\fBset <index> [<value>]\fR
.RS 4
Set the main field in a element in your vCard to the specified value, or if no value was specified, modify the field in an editor, This only works in elements that have one field.
.RE
.PP
\fBset <index> pobox <value>\fR
.RS 4
Set the P.O. box in an address element in your vCard to the specified value.
.RE
.PP
\fBset <index> extaddr <value>\fR
.RS 4
Set the extended address in an address element in your vCard to the specified value.
.RE
.PP
\fBset <index> street <value>\fR
.RS 4
Set the street in an address element in your vCard to the specified value.
.RE
.PP
\fBset <index> locality <value>\fR
.RS 4
Set the locality in an address element in your vCard to the specified value.
.RE
.PP
\fBset <index> region <value>\fR
.RS 4
Set the region in an address element in your vCard to the specified value.
.RE
.PP
\fBset <index> pocode <value>\fR
.RS 4
Set the P.O. code in an address element in your vCard to the specified value.
.RE
.PP
\fBset <index> type domestic|international\fR
.RS 4
Set the type in an address element in your vCard to either domestic or international.
.RE
.PP
\fBset <index> home on|off\fR
.RS 4
Set the home option in an element in your vCard. (address, telephone, e-mail only)
.RE
.PP
\fBset <index> work on|off\fR
.RS 4
Set the work option in an element in your vCard. (address, telephone, e-mail only)
.RE
.PP
\fBset <index> voice on|off\fR
.RS 4
Set the voice option in a telephone element in your vCard.
.RE
.PP
\fBset <index> fax on|off\fR
.RS 4
Set the fax option in a telephone element in your vCard.
.RE
.PP
\fBset <index> pager on|off\fR
.RS 4
Set the pager option in a telephone element in your vCard.
.RE
.PP
\fBset <index> msg on|off\fR
.RS 4
Set the message option in a telephone element in your vCard.
.RE
.PP
\fBset <index> cell on|off\fR
.RS 4
Set the cellphone option in a telephone element in your vCard.
.RE
.PP
\fBset <index> video on|off\fR
.RS 4
Set the video option in a telephone element in your vCard.
.RE
.PP
\fBset <index> bbs on|off\fR
.RS 4
Set the BBS option in a telephone element in your vCard.
.RE
.PP
\fBset <index> modem on|off\fR
.RS 4
Set the modem option in a telephone element in your vCard.
.RE
.PP
\fBset <index> isdn on|off\fR
.RS 4
Set the ISDN option in a telephone element in your vCard.
.RE
.PP
\fBset <index> pcs on|off\fR
.RS 4
Set the PCS option in a telephone element in your vCard.
.RE
.PP
\fBset <index> preferred on|off\fR
.RS 4
Set the preferred option in an element in your vCard. (address, telephone, e-mail only)
.RE
.PP
\fBset <index> parcel on|off\fR
.RS 4
Set the parcel option in an address element in your vCard.
.RE
.PP
\fBset <index> postal on|off\fR
.RS 4
Set the postal option in an address element in your vCard.
.RE
.PP
\fBset <index> internet on|off\fR
.RS 4
Set the internet option in an e-mail address in your vCard.
.RE
.PP
\fBset <index> x400 on|off\fR
.RS 4
Set the X400 option in an e-mail address in your vCard.
.RE
.PP
\fBadd nickname <nickname>\fR
.RS 4
Add a nickname to your vCard
.RE
.PP
\fBadd birthday <date>\fR
.RS 4
Add a birthday date to your vCard
.RE
.PP
\fBadd address\fR
.RS 4
Add an address to your vCard
.RE
.PP
\fBadd tel <number>\fR
.RS 4
Add a telephone number to your vCard
.RE
.PP
\fBadd email <userid>\fR
.RS 4
Add an e-mail address to your vCard
.RE
.PP
\fBadd jid <jid>\fR
.RS 4
Add a Jabber ID to your vCard
.RE
.PP
\fBadd title <title>\fR
.RS 4
Add a title to your vCard
.RE
.PP
\fBadd role <role>\fR
.RS 4
Add a role to your vCard
.RE
.PP
\fBadd note <note>\fR
.RS 4
Add a note to your vCard
.RE
.PP
\fBadd url <url>\fR
.RS 4
Add a URL to your vCard
.RE
.PP
\fBremove <index>\fR
.RS 4
Remove a element in your vCard by index
.RE
.PP
\fBrefresh\fR
.RS 4
Refreshes the local copy of the current account's vCard (undoes all your unpublished modifications)
.RE
.PP
\fBsave\fR
.RS 4
Save changes to the server
.RE