1eiskaltdcpp-gtk(1) General Commands Manual eiskaltdcpp-gtk(1)
2
3
4
6 EiskaltDC++_Gtk - GUI based on Gtk (based on FreeDC++ and LinuxDC++)
7
9 eiskaltdcpp-gtk <magnet link> <dchub://link> <adc(s)://link>
10 eiskaltdcpp-gtk <Key>
11
13 EiskaltDC++ is a cross-platform program that uses the Direct Connect
14 and ADC protocols. It is compatible with DC++, AirDC++, FlylinkDC++ and
15 other DC clients. EiskaltDC++ also interoperates with all common DC hub
16 software.
17
19 A summary of options is included below.
20
21 -h, --help
22 display help and exit
23
24 -V, --version
25 output version information and exit
26
28 These are default keyboard shortcuts. You can change them in any text
29 editor. For example:
30 sudo nano /usr/share/eiskaltdcpp/gtk/ui/mainwindow.ui
31
32 Ctrl+O Open options window
33
34 Ctrl+L Open own filelist
35
36 Ctrl+E Refresh share
37
38 Ctrl+R Reconnect to hub
39
40 Ctrl+N Quick connect
41
42 Ctrl+H Favourite hubs
43
44 Ctrl+P Public hubs
45
46 Ctrl+U Favourite users
47
48 Ctrl+D Show/hide downloads queue widget
49
50 Ctrl+S Open search widget
51
52 Ctrl+F Show/hide find or filter frame
53
54 Ctrl+A Select all
55
56 Ctrl+W Close current widget
57
58 Ctrl+PageUp
59 Switch to the previous widget. Available only if widget panel is
60 used, not working in mode of sidebar.
61
62 Ctrl+PageDown
63 Switch to the next widget. Available only if widget panel is
64 used, not working in mode of sidebar.
65
66 Up Switch to the previous string from history of sent messages in
67 chat for current session. Available only when input frame is
68 focused on.
69
70 Down Switch to the next string from history of sent messages in chat
71 for current session. Available only when input frame is focused
72 on.
73
75 /away <message> - Away mode message on/off
76 /back - Away mode off
77 /browse <nick> - browse user files
78 /clear - Clear chat
79 /close - Close chat
80 /favorite, /fav - Add a hub to favorites
81 /fuser, /fu <nick> - Add user to favorites list
82 /removefu, /rmfu <nick> - Remove user favorite
83 /listfu, /lsfu - Show favorites list
84 /getlist <nick> - Get file list
85 /grant <nick> - Grant extra slot
86 /help - Show help
87 /join <address> - Connect to the hub
88 /me <message> - Say a third person
89 /pm <nick> - Private message
90 /rebuild - Rebuild hash
91 /refresh - Update own file list
92 /userlist - User list show/hide
93 /version - Show version
94 /emoticons, /emot - Emoticons on/off
95 /luafile <file> - Load Lua file
96 /lua <chunk> - Execute Lua Chunk
97 /sh - Execute code (bash)
98 /alias list - Alias List
99 /alias purge A - Alias Remove A
100 /alias A::uname -a - Alias add uname -a as A
101 /A - Alias A executing
102 /ip on/off - Ipfilter on/off
103 /ip list - Show ipfilter rules list
104 /ip up/down - Move rule up/down
105 /ip purge 192.168.1.0/23;192.168.6.0/24 - Remove rules from list
106 /ip 192.168.1.0/23::in;!192.168.6.0/24::both - Add rule 192.168.1.0/23
107 where direction incoming and action is allow and 192.168.6.0/24 where
108 direction is incoming or outcoming and action is drop
109 /dcpps <param> [value] - set Core option param in value (without value
110 return current value of option)
111 New settings will be applied immediately and will be stored in con‐
112 fig
113 (i.e. ~/.config/eiskaltdc++/DCPlusPlus.xml) as well.
114 For example:
115 /dcpps MinimumSearchInterval 5 (specify minimal search interval to
116 5 seconds)
117 /ws <param> [value] - set GUI option param in value (without value
118 return current value of option)
119 New settings will be applied immediately and will be stored in con‐
120 fig
121 (i.e. ~/.config/eiskaltdc++/EiskaltDC++_Gtk.xml) as well.
122 For example:
123 /ws sound-command aplay (specify program for sound playing)
124
126 /usr/share/eiskaltdcpp/gtk
127 Directory with some resource files
128
129 ~/.config/eiskaltdc++/ or $XDG_CONFIG_HOME/eiskaltdc++/
130 Directory with configuration files
131
132 /usr/share/eiskaltdcpp/examples
133 Directory with examples of custom scripts (see /sh chat command)
134
136 Full list of authors you can find in file Credits.txt
137 EiskaltDC++ homepage: https://github.com/eiskaltdcpp/eiskaltdcpp/
138
140 If you find a bug in EiskaltDC++ please report it here:
141 https://github.com/eiskaltdcpp/eiskaltdcpp/issues
142
143 This manual page was written by Boris Pek <tehnick-8@yandex.ru> for the
144 Debian project (and may be used by others).
145
146
147
148 28 Apr 2019 eiskaltdcpp-gtk(1)