-
Notifications
You must be signed in to change notification settings - Fork 149
/
utox.1
77 lines (66 loc) · 2.34 KB
/
utox.1
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
.TH UTOX "1" "June 2015" "µTox 0.3.2"
.SH NAME
µTox \- Lightweight Tox client
.SH SYNOPSIS
usage: utox [--portable] [--theme <default|dark|light|highcontrast|zenburn>]
or: utox --version
.SH DESCRIPTION
µTox is a free software lighweight X.org graphical Tox client.
µTox can be used for:
* 1-to-1 text IM
* group IM
* audio calls
* video calls
* group audio calls
* desktop sharing
* file transfers
.SH OPTIONS
.IP "\fB\-\-theme\fP <THEME>"
Choose a color scheme. Possible options are \fIdefault\fP, \fIdark\fP,
\fIlight\fP, \fIhighcontrast\fP, or \fPzenburn\fP.
.IP \fB\-\-portable\fP
Run in portable mode.
.IP \fB\-\-version\fP
Print version and exit.
.SH CHAT COMMANDS
These commands can be used in the chat window.
.IP "\fB/alias\fP <alias>"
Sets selected friend's alias to <alias>. It will be displayed instead of that
friend's name.
.IP "\fB/topic\fP <topic>"
Changes current groupchat's name/topic to <topic>. This command can also be
used to edit the current topic by typing /topic and pressing the tab key.
.IP "\fB/me\fP <action>"
Sends an message/action in the format <name> <action>, for example: Tox User
says hi
.SH FILES
All files listed below are located in \fB$HOME/.config/tox\fP. If µTox is
running in portable mode, their location will be \fB./tox\fP.
.IP \fBtox_save.tox\fP
\fBtox_save.tox\fP is the file that contains the public/private key pair, name,
status and contacts. It's compatible with other Tox clients.
.IP \fButox_save\fP
\fButox_save\fP is µTox' binary config file, it contains settings such as
language, proxy options, DPI or logging.
.IP \fBavatars\fP
The \fBavatars\fP directory contains other contacts' avatars. Files are named
after contacts' public keys (the first 64 characters of the ID).
.IP "\fB[public key].txt\fP"
Those are friends' chat logs. µTox supports only 1v1 chat logging for now.
.IP "\fB[public key].fmetadata\fP"
Friend metadata file, currently used for storing aliases.
.IP "\fB[public key][file number].ftoutfo\fP"
Current outgoing file transfers' state. Used for resuming transfers across
client restarts.
.SH CONTRIBUTORS
Please see the list page:
.I https://github.com/notsecure/uTox/graphs/contributors
.SH BUGS
Please report bugs on
.I https://github.com/notsecure/uTox/issues
The website for
.B µTox
can be found at
.I http://utox.org/
and source code can be found at
.I https://github.com/notsecure/uTox