mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-01 18:42:38 +00:00
35 lines
778 B
Plaintext
35 lines
778 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# transmission
|
|
|
|
> A simple torrent client.
|
|
> Transmission isn't a command, but a set of commands. See the pages below.
|
|
> More information: <https://transmissionbt.com/>.
|
|
|
|
- View documentation for running Transmission's daemon:
|
|
|
|
`tldr transmission-daemon`
|
|
|
|
- View documentation for interacting with the daemon:
|
|
|
|
`tldr transmission-remote`
|
|
|
|
- View documentation for creating torrent files:
|
|
|
|
`tldr transmission-create`
|
|
|
|
- View documentation for modifying torrent files:
|
|
|
|
`tldr transmission-edit`
|
|
|
|
- View documentation for getting info about torrent files:
|
|
|
|
`tldr transmission-show`
|
|
|
|
- View documentation for the deprecated method for interacting with the daemon:
|
|
|
|
`tldr transmission-cli`
|