-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathntox
101 lines (97 loc) · 1.59 KB
/
ntox
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
.\" manpage for nTox
.\" contact [email protected] or [email protected] to correct errors or typos
.TH nTox 1 "3 Dec 2013" "Tox Project"
.SH NAME
.B nTox
\- CLI Tox client used for testing purposes
.SH SYNOPSIS
nTox [OPTION] [<IP> <PORT> <KEY>]
.SH DESCRIPTION
nTox is a minimalistic CLI client for Toxcore that is mainly used for testing purposes
.SH OPTIONS
.B -f
filename
Use alternate datafile
.br
.B --ipv4
Use IPv4 ONLY
.br
.B --ipv6
Use IPv6 and IPv4
.SH COMMANDS
.br
.B /q
Exit nTox
.br
.B /x
Prints your ID
.br
.B /l
List friends
.B /cr
Reset conversation
.br
.B /h
Print main commands
.br
.B /h
friend
Print friend related commands
.br
.B /h
group
Print group related commands
.br
.B /g
Creates group
.br
.B /d
FRIENDNUMBER
Delete friend
.br
.B /f
ID MESSAGE
Add friend
.br
.B /s
STATUS
Change status [ Online | Busy | Away ]
.br
.B /n
NICK
Change your nickname
.br
.B /i
FRIENDNUMBER
Invite a friend to a group
.br
.B /z
GROUPNUMBER
Sends message to a group
.br
.B /p
GROUPNUMBER
List a groups peers
.br
.B /cg
GROUPNUMBER
Talk to that group per default
.br
.B /m
FRIENDNUMBER
Send message to a friend
.br
.B /t
FRIENDNUMBER FILENAME
Send a file to a friend
.br
.B /cf
FRIENDNUMBER
Talk to that friend per default
.SH BUGS
Please report bugs on GitHub <https://github.com/irungentoo/ProjectTox-Core/issues>
.SH AUTHOR
Original author and repo maintainer: irungentoo <[email protected]>
.br
Author manpage : cl34r <[email protected]>
notadecent <[email protected]>