File: eiskaltdcpp-gtk.1

package info (click to toggle)
eiskaltdcpp 2.4.2-1.3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 25,676 kB
  • sloc: cpp: 97,597; ansic: 5,004; perl: 1,897; xml: 1,440; sh: 1,313; php: 661; javascript: 257; makefile: 39
file content (171 lines) | stat: -rw-r--r-- 4,572 bytes parent folder | download | duplicates (2)
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
.TH "eiskaltdcpp-gtk" 1 "28 Apr 2019"
.SH "NAME"
EiskaltDC++_Gtk \- GUI based on Gtk (based on FreeDC++ and LinuxDC++)
.SH "SYNOPSIS"
.PP
.B eiskaltdcpp-gtk
<magnet link> <dchub://link> <adc(s)://link>
.br
.B eiskaltdcpp-gtk
<Key>
.SH "DESCRIPTION"
.PP
\fBEiskaltDC++\fP is a cross-platform program that uses the Direct Connect and ADC protocols. It is compatible with DC++, AirDC++, FlylinkDC++ and other DC clients. EiskaltDC++ also interoperates with all common DC hub software.
.SH "COMMAND LINE OPTIONS"
.RB "A summary of options is included below."
.TP
.BR "\-h,  \-\-help"
display help and exit
.TP
.BR "\-V,  \-\-version"
output version information and exit
.SH "KEYBOARD SHORTCUTS"
.RB "These are default keyboard shortcuts. You can change them in any text editor. For example:"
.br
sudo nano /usr/share/eiskaltdcpp/gtk/ui/mainwindow.ui
.TP
.B "Ctrl+O"
Open options window
.TP
.B "Ctrl+L"
Open own filelist
.TP
.B "Ctrl+E"
Refresh share
.TP
.B "Ctrl+R"
Reconnect to hub
.TP
.B "Ctrl+N"
Quick connect
.TP
.B "Ctrl+H"
Favourite hubs
.TP
.B "Ctrl+P"
Public hubs
.TP
.B "Ctrl+U"
Favourite users
.TP
.B "Ctrl+D"
Show/hide downloads queue widget
.TP
.B "Ctrl+S"
Open search widget
.TP
.B "Ctrl+F"
Show/hide find or filter frame
.TP
.B "Ctrl+A"
Select all
.TP
.B "Ctrl+W"
Close current widget
.TP
.B "Ctrl+PageUp"
Switch to the previous widget. Available only if widget panel is used, not working in mode of sidebar.
.TP
.B "Ctrl+PageDown"
Switch to the next widget. Available only if widget panel is used, not working in mode of sidebar.
.TP
.B "Up"
Switch to the previous string from history of sent messages in chat for current session. Available only when input frame is focused on.
.TP
.B "Down"
Switch to the next string from history of sent messages in chat for current session. Available only when input frame is focused on.
.SH "CHAT COMMANDS"
/away <message> \- Away mode message on/off
.br
/back \- Away mode off
.br
/browse <nick> \- browse user files
.br
/clear \- Clear chat
.br
/close \- Close chat
.br
/favorite, /fav \- Add a hub to favorites
.br
/fuser, /fu <nick> \- Add user to favorites list
.br
/removefu, /rmfu <nick> \- Remove user favorite
.br
/listfu, /lsfu \- Show favorites list
.br
/getlist <nick> \- Get file list
.br
/grant <nick> \- Grant extra slot
.br
/help \- Show help
.br
/join <address> \- Connect to the hub
.br
/me <message> \- Say a third person
.br
/pm <nick> \- Private message
.br
/rebuild \- Rebuild hash
.br
/refresh \- Update own file list
.br
/userlist \- User list show/hide
.br
/version \- Show version
.br
/emoticons, /emot \- Emoticons on/off
.br
/luafile <file> \- Load Lua file
.br
/lua <chunk> \- Execute Lua Chunk
.br
/sh \- Execute code (bash)
.br
/alias list \- Alias List
.br
/alias purge A \- Alias Remove A
.br
/alias A::uname \-a \- Alias add uname \-a as A
.br
/A \- Alias A executing
.br
/ip on/off \- Ipfilter on/off
.br
/ip list \- Show ipfilter rules list
.br
/ip up/down \- Move rule up/down
.br
/ip purge 192.168.1.0/23;192.168.6.0/24 \- Remove rules from list
.br
/ip 192.168.1.0/23::in;!192.168.6.0/24::both \- Add rule 192.168.1.0/23 where direction incoming and action is allow and 192.168.6.0/24 where direction is incoming or outcoming and action is drop
.br
/dcpps <param> [value] \- set Core option param in value (without value return current value of option)
    New settings will be applied immediately and will be stored in config 
    (i.e. ~/.config/eiskaltdc++/DCPlusPlus.xml) as well.
    For example:
    /dcpps MinimumSearchInterval 5 (specify minimal search interval to 5 seconds)
.br
/ws <param> [value] \- set GUI option param in value (without value return current value of option)
    New settings will be applied immediately and will be stored in config 
    (i.e. ~/.config/eiskaltdc++/EiskaltDC++_Gtk.xml) as well.
    For example:
    /ws sound-command aplay (specify program for sound playing)
.SH "FILES"
.TP
.B "/usr/share/eiskaltdcpp/gtk"
Directory with some resource files
.TP
.B "~/.config/eiskaltdc++/" or "$XDG_CONFIG_HOME/eiskaltdc++/"
Directory with configuration files
.TP
.B "/usr/share/eiskaltdcpp/examples"
Directory with examples of custom scripts (see /sh chat command)
.SH AUTHOR
Full list of authors you can find in file Credits.txt
.br
EiskaltDC++ homepage: \fBhttps://github.com/eiskaltdcpp/eiskaltdcpp/\fR
.SH "BUG REPORTS"
If you find a bug in EiskaltDC++ please report it here:
.B https://github.com/eiskaltdcpp/eiskaltdcpp/issues
.PP
This manual page was written by Boris Pek <tehnick-8@yandex.ru> for the Debian project (and may be used by others).