mirror of
https://github.com/Tha14/toxic.git
synced 2024-11-14 23:13:01 +01:00
92 lines
1.8 KiB
Plaintext
92 lines
1.8 KiB
Plaintext
|
toxic(1)
|
||
|
========
|
||
|
|
||
|
NAME
|
||
|
----
|
||
|
toxic - CLI client for Tox
|
||
|
|
||
|
SYNOPSIS
|
||
|
--------
|
||
|
*toxic* [-f 'data-file'] [-x] [-4] [-c 'config-file'] [-n 'nodes-file'] [-h]
|
||
|
|
||
|
DESCRIPTION
|
||
|
-----------
|
||
|
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.
|
||
|
|
||
|
OPTIONS
|
||
|
-------
|
||
|
-4, --ipv4::
|
||
|
Force IPv4 connection
|
||
|
|
||
|
-b, --debug::
|
||
|
Enable stderr for debugging. Redirect output to
|
||
|
avoid breaking the curses interface and better capture messages.
|
||
|
|
||
|
-c, --config config-file::
|
||
|
Use specified 'config-file' instead of '~/.config/tox/toxic.conf'
|
||
|
|
||
|
-d, --default_locale::
|
||
|
Use default locale
|
||
|
|
||
|
-f, --file data-file::
|
||
|
Use specified 'data-file' instead of '~/.config/tox/data'
|
||
|
|
||
|
-h, --help::
|
||
|
Show help message
|
||
|
|
||
|
-n, --nodes nodes-file::
|
||
|
Use specified 'nodes-file' for DHT bootstrap nodes, instead of
|
||
|
'{datadir}/DHTnodes'
|
||
|
|
||
|
-o, --noconnect::
|
||
|
Do not connect to the DHT network
|
||
|
|
||
|
-p, --proxy::
|
||
|
Use proxy: Requires [IP] [port]
|
||
|
|
||
|
-r, --dnslist::
|
||
|
Use specified DNSservers file
|
||
|
|
||
|
-t, --force-tcp::
|
||
|
Force TCP connection (use this with proxies)
|
||
|
|
||
|
-x, --nodata::
|
||
|
Ignore data file
|
||
|
|
||
|
FILES
|
||
|
-----
|
||
|
{datadir}/DHTnodes::
|
||
|
Default list of DHT bootstrap nodes.
|
||
|
|
||
|
~/.config/tox/data::
|
||
|
Savestate which contains your personal info (nickname, Tox ID, contacts,
|
||
|
etc)
|
||
|
|
||
|
~/.config/tox/toxic.conf::
|
||
|
Configuration file. See *toxic.conf*(5) for more details.
|
||
|
|
||
|
{datadir}/toxic.conf.example::
|
||
|
Configuration example.
|
||
|
|
||
|
BUGS
|
||
|
----
|
||
|
Unicode characters with a width larger than 1 column may cause strange
|
||
|
behaviour. Expect more bugs and bad behaviour: this software is in a
|
||
|
pre-alpha stage.
|
||
|
|
||
|
AUTHORS
|
||
|
-------
|
||
|
JFreegman <JFreegman@gmail.com>
|
||
|
|
||
|
SEE ALSO
|
||
|
--------
|
||
|
*toxic.conf*(5)
|
||
|
|
||
|
LINKS
|
||
|
-----
|
||
|
Project page: <https://github.com/Tox/toxic>
|
||
|
|
||
|
IRC channel: chat.freenode.net#tox
|