2014-08-24 06:16:55 +02:00
'\" t
. \" Title: toxic
. \" Author: [see the "AUTHORS" section]
2020-11-26 22:58:09 +01:00
. \" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
. \" Date: 2020-05-04
2014-08-26 10:39:43 +02:00
. \" Manual: Toxic Manual
2014-08-24 06:16:55 +02:00
. \" Source: toxic __VERSION__
. \" Language: English
. \"
2020-11-26 22:58:09 +01:00
.TH "TOXIC" "1" "2020\-05\-04" "toxic __VERSION__" "Toxic Manual"
2014-08-24 06:16:55 +02:00
. \" -----------------------------------------------------------------
. \" * Define some portability stuff
. \" -----------------------------------------------------------------
. \" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
. \" http://bugs.debian.org/507673
. \" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
. \" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.ie \n (.g .ds Aq \(aq
.el .ds Aq '
. \" -----------------------------------------------------------------
. \" * set default formatting
. \" -----------------------------------------------------------------
. \" disable hyphenation
.nh
. \" disable justification (adjust text to left margin only)
.ad l
. \" -----------------------------------------------------------------
. \" * MAIN CONTENT STARTS HERE *
. \" -----------------------------------------------------------------
.SH "NAME"
toxic \- CLI client for Tox
.SH "SYNOPSIS"
.sp
\fB toxic\fR [\- f \fI data\- file\fR ] [\- x] [\- 4] [\- c \fI config\- file\fR ] [\- n \fI nodes\- file\fR ] [\- h]
.SH "DESCRIPTION"
.sp
toxic is an ncurses\- based instant messaging client for Tox which formerly resided in the Tox core repository, and is now available as a standalone application\& .
.SH "OPTIONS"
.PP
\- 4, \- \- ipv4
.RS 4
Force IPv4 connection
.RE
.PP
\- b, \- \- debug
.RS 4
Enable stderr for debugging\& . Redirect output to avoid breaking the curses interface and better capture messages\& .
.RE
.PP
\- c, \- \- config config\- file
.RS 4
Use specified
\fI config\- file\fR
instead of
\fI ~/\& .config/tox/toxic\& .conf\fR
.RE
.PP
2014-09-15 22:17:58 +02:00
\- d, \- \- default\- locale
2014-08-24 06:16:55 +02:00
.RS 4
Use default locale
.RE
.PP
2014-09-15 22:17:58 +02:00
\- e, \- \- encrypt\- data
.RS 4
2014-09-19 07:06:18 +02:00
Encrypt an unencrypted data file\& . An error will occur if this option is used with an encrypted data file\& .
2014-09-15 22:17:58 +02:00
.RE
.PP
2014-08-24 06:16:55 +02:00
\- f, \- \- file data\- file
.RS 4
Use specified
\fI data\- file\fR
instead of
2016-02-25 23:06:49 +01:00
\fI ~/\& .config/tox/toxic_profile\& .tox\fR
2014-08-24 06:16:55 +02:00
.RE
.PP
\- h, \- \- help
.RS 4
Show help message
.RE
.PP
2020-05-04 22:15:24 +02:00
\- l, \- \- logging
.RS 4
Enable toxcore logging to stderr
.RE
.PP
2014-08-24 06:16:55 +02:00
\- n, \- \- nodes nodes\- file
.RS 4
Use specified
\fI nodes\- file\fR
2016-09-20 19:13:12 +02:00
for DHT bootstrap nodes instead of
\fI ~/\& .config/tox/DHTnodes\& .json\fR
2014-08-24 06:16:55 +02:00
.RE
.PP
\- o, \- \- noconnect
.RS 4
Do not connect to the DHT network
.RE
.PP
2014-12-27 19:17:05 +01:00
\- p, \- \- SOCKS5\- proxy
2014-08-24 06:16:55 +02:00
.RS 4
2014-12-27 19:17:05 +01:00
Use a SOCKS5 proxy: Requires [IP] [port]
.RE
.PP
\- P, \- \- HTTP\- proxy
.RS 4
Use a HTTP proxy: Requires [IP] [port]
2014-08-24 06:16:55 +02:00
.RE
.PP
2015-10-28 22:14:17 +01:00
\- r, \- \- namelist
2014-08-24 06:16:55 +02:00
.RS 4
2015-10-28 22:14:17 +01:00
Use specified nameservers list
2014-08-24 06:16:55 +02:00
.RE
.PP
\- t, \- \- force\- tcp
.RS 4
Force TCP connection (use this with proxies)
.RE
.PP
2015-07-09 03:01:32 +02:00
\- T, \- \- tcp\- relay
.RS 4
Act as a TCP relay server for the network (Note: this uses significantly more bandwidth)
.RE
.PP
2014-09-19 05:50:51 +02:00
\- u, \- \- unencrypt\- data
.RS 4
Unencrypt a data file\& . A warning will appear if this option is used with a data file that is already unencrypted\& .
.RE
2014-08-24 06:16:55 +02:00
.SH "FILES"
.PP
2016-09-20 06:53:53 +02:00
~/\& .config/tox/DHTnodes\& .json
2014-08-24 06:16:55 +02:00
.RS 4
2016-09-20 06:53:53 +02:00
Default location for list of DHT bootstrap nodes (list obtained from
2016-09-20 19:13:12 +02:00
https://nodes\& .tox\& .chat)\& . This list is automatically updated\& . See
\fB toxic\& .conf\fR (5) for details on controlling the update frequency\& .
2014-08-24 06:16:55 +02:00
.RE
.PP
2016-02-25 23:06:49 +01:00
~/\& .config/tox/toxic_profile\& .tox
2014-08-24 06:16:55 +02:00
.RS 4
Savestate which contains your personal info (nickname, Tox ID, contacts, etc)
.RE
.PP
~/\& .config/tox/toxic\& .conf
.RS 4
Configuration file\& . See
\fB toxic\& .conf\fR (5) for more details\& .
.RE
.PP
__DATADIR__/toxic\& .conf\& .example
.RS 4
Configuration example\& .
.RE
.SH "BUGS"
.sp
2016-04-26 04:04:43 +02:00
\- Unicode characters with a width larger than 1 column may cause strange behaviour\& .
.sp
\- Text occasionally fails to auto\- scroll to the bottom\& .
.sp
\- Screen flickering sometimes occurs on certain terminals\& .
2014-08-24 06:16:55 +02:00
.SH "AUTHORS"
.sp
JFreegman <JFreegman@gmail\& .com>
.SH "SEE ALSO"
.sp
\fB toxic\& .conf\fR (5)
.SH "LINKS"
.sp
2016-04-26 04:04:43 +02:00
Project page: https://github\& .com/JFreegman/toxic
2014-08-24 06:16:55 +02:00
.sp
IRC channel: chat\& .freenode\& .net#tox