transmission/qt/transmission-qt.1

79 lines
2.0 KiB
Groff
Raw Normal View History

2010-06-26 20:17:20 +00:00
.Dd June 26, 2010
.Dt TRANSMISSION-QT 1
.Sh NAME
.Nm transmission-qt
.Nd a bittorrent client
.Sh SYNOPSIS
.Nm transmission-qt
.Fl h
.Nm
.Op Nm options
.Op Ar torrent-file ...
.Sh DESCRIPTION
.Nm
is a fast and easy BitTorrent client.
.Pp
BitTorrent is a peer-to-peer file transfer protocol which uses a
metainfo file (usually with the .torrent file extension) and a central
tracker to distribute file data amongst a group of peers. For more
2010-06-26 20:17:20 +00:00
information on the BitTorrent protocol see http://www.bittorrent.org/
.Sh OPTIONS
.Bl -tag -width Ds
.It Fl h Fl -help
Show help options
.It Fl g Fl -config-dir Ar directory
Where to look for configuration files. This can be used to swap between using the cli, daemon, gtk, and qt clients.
2022-04-25 23:18:35 +00:00
See https://github.com/transmission/transmission/blob/main/docs/Configuration-Files.md for more information.
2010-06-26 20:17:20 +00:00
.It Fl m Fl -minimized
Start minimized in notification area
.It Fl p Fl -port Ar port
2010-06-26 20:17:20 +00:00
Port to use when connecting to an existing session
.It Fl r Fl -remote Ar host
2010-06-26 20:17:20 +00:00
Connect to an existing session at the specified hostname
.It Fl u Fl -username Ar username
2010-06-26 20:17:20 +00:00
Username to use when connecting to an existing session
.It Fl v Fl -version
2010-06-26 20:17:20 +00:00
Show version number and exit
.It Fl w Fl -password Ar password
2010-06-26 20:17:20 +00:00
Password to use when connecting to an existing session
.El
.Pp
Multiple .torrent files may be added at startup
by appending them on the command line. If
.Nm
is already running, the torrents will be added to the running instance.
.Sh ENVIRONMENT
.Bl -tag -width Fl
.It Ev TRANSMISSION_HOME
Sets the default config-dir.
.El
.Sh FILES
.Bl -tag -width Ds -compact
.It ~/.config/transmission
The config-dir used when neither
.Op Ev TRANSMISSION_HOME
nor
.Op Fl g
is specified.
.El
.Sh AUTHORS
.An -nosplit
.Nm
was written by
2020-05-02 16:42:18 +00:00
.An Charles Kerr ,
2010-06-26 20:17:20 +00:00
.An Josh Elsasser ,
.An Eric Petit ,
.An Mitchell Livingston ,
2010-06-26 20:17:20 +00:00
and
.An Mike Gelfand .
2010-06-26 20:17:20 +00:00
.Sh SEE ALSO
.Xr transmission-create 1 ,
2010-06-26 20:17:20 +00:00
.Xr transmission-daemon 1 ,
.Xr transmission-edit 1 ,
2010-06-26 20:17:20 +00:00
.Xr transmission-gtk 1 ,
.Xr transmission-qt 1 ,
.Xr transmission-remote 1 ,
.Xr transmission-show 1
2010-06-26 20:17:20 +00:00
.Pp
https://transmissionbt.com/