forked from tremc/tremc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtremc.1
101 lines (94 loc) · 2.55 KB
/
tremc.1
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
.TH tremc 1 "11 August 2020" "" "tremc"
.SH NAME
tremc \- a console client for the Transmission BitTorrent
client
.SH SYNOPSIS
.B tremc
.RI [ options ]
.RI [ filename-or-URL ]
.br
.SH DESCRIPTION
.B tremc
is a curses interface for the Transmission BitTorrent daemon.
.br
If a filename or an URL, is given on the command line it is passed (preceded
by -a) to transmission-remote, so that the torrent is added.
.br
If -- followed by any options appears on the command line, the following
options are passed to transmission-remote, together with server and
authentication information.
.br
Otherwise, the main curses interface opens.
.SH OPTIONS
.B
.IP "--version"
Show version number and exit
.B
.IP "-h --help"
Show usage information and a list of options
.B
.IP "-c \fICONNECTION\fB --connect=\fICONNECTION\fR"
Point to the server. \fICONNECTION\fR must match the following pattern:
.br
[username:password@]host[:port][path]
.br
Default: localhost:9091
.B
.IP "-s --ssl"
Use SSL to connect to the server.
.br
Default: don't use SSL
.B
.IP "--create-config"
Create configuration file with default values.
.br
\fINOTE:\fR A config file won't be created unless you provide this option at
least once.
.B
.IP "-f \fICONFIGFILE\fB --config=\fICONFIGFILE\fR"
Set path to configuration file. if not creating a config file, and CONFIGFILE
does not exist (and contains no slashes), the config directory is also
searched for CONFIGFILE or CONFIGFILE.cfg.
.br
Default: ~/.config/tremc/settings.cfg
.B
.IP "-l --list-actions"
List available actions for key mapping.
.B
.IP "-k --list-keys"
List key names for key mapping.
.B
.IP "-n --netrc"
Get authentication info from ~/.netrc.
.B
.IP "-X, --skip-version-check, --permissive"
Proceed even if the running transmission daemon seems incompatible, or the terminal is too small.
.B
.IP "-p \fIPROFILE\fB --profile \fIPROFILE\fR"
Select profile to use.
.B
.IP "-r --reverse-dns"
Toggle display of reverse DNS of peers addresses.
.br
Default: on, but may be set in the config file.
.B
.IP "-d [\fILOGIFLE\fB] --debug [\fILOGIFLE\fB]\fR"
Enable debugging messages to stderr, or to LOGFILE if provided.
.IP "-- \fIOPTIONS\fR"
Use the known server connection to pass \fIOPTIONS\fR on to
\fBtransmission-remote\fR.
.B
.SH FILES
.IP ~/.config/tremc/settings.cfg
\#.br
\#tremc overwrites the configuration file on exit.
\#.br
\#Keep that in mind if you edit it manually.
.SH SEE ALSO
.BR transmission-create (1),
.BR transmission-daemon (1),
.BR transmission-edit (1),
.BR transmission-gtk (1),
.BR transmission-qt (1),
.BR transmission-remote (1),
.BR transmission-show (1).