1FATRAT(1) General Commands Manual FATRAT(1)
2
3
4
6 fatrat - download/upload manager for Linux
7
9 fatrat [options] [links ...]
10
12 This manual page documents briefly the fatrat command.
13
14 fatrat is an open source graphical download/upload manager written in
15 C++ and built on top of the Trolltech Qt 4 library.
16
18 This program follows the usual GNU command line syntax, with long
19 options starting with two dashes (`-'). A summary of options is
20 included below.
21
22 -h, --help
23 Show summary of options.
24
25 -f, --force
26 Run the program even if an instance already exists.
27
28 -i, --hidden
29 Hide the GUI at startup (works only if the tray icon exists).
30
31 -n, --nogui
32 Start with no GUI at all. Useful for running as a daemon.
33
34 If started in the GUI mode, you may pass links as arguments and they
35 will be presented to the user.
36
38 All bugs should be reported at <http://fatrat.dolezel.info/bugs>
39
41 Copyright (C) 2006 - 2008 Lubos Dolezel. Licensed under the GNU General
42 Public License v2 <http://www.gnu.org/licenses/gpl-2.0.html>
43
44 Third party copyrights are described in the 3RDPARTIES.txt file dis‐
45 tributed along with this program.
46
48 This program is documented fully in the included HTML documentation,
49 which is also available online.
50
52 fatrat was written by Lubos Dolezel <lubos@dolezel.info>.
53
54 This manual page was written by Lubos Dolezel <lubos@dolezel.info>.
55
56
57
58 August 26, 2008 FATRAT(1)