Update cheatsheets

This commit is contained in:
ivuorinen
2025-04-23 00:19:06 +00:00
parent 8ba6f7fc9e
commit 94c28849c9
382 changed files with 1183 additions and 1056 deletions

View File

@@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git
> A lightweight, command-line BitTorrent client.
> This tool has been deprecated, please see `transmission-remote`.
> More information: <https://transmissionbt.com>.
> More information: <https://manned.org/transmission-cli>.
- Download a specific torrent:
@@ -15,7 +15,7 @@ source: https://github.com/tldr-pages/tldr.git
- Download a torrent to a specific directory:
`transmission-cli --download-dir {{path/to/download_directory}} {{url|magnet|path/to/file}}`
`transmission-cli {{[-w|--download-dir]}} {{path/to/download_directory}} {{url|magnet|path/to/file}}`
- Create a torrent file from a specific file or directory:
@@ -23,20 +23,20 @@ source: https://github.com/tldr-pages/tldr.git
- Specify the download speed limit (in KB/s):
`transmission-cli --downlimit {{50}} {{url|magnet|path/to/file}}`
`transmission-cli {{[-d|--downlimit]}} {{50}} {{url|magnet|path/to/file}}`
- Specify the upload speed limit (in KB/s):
`transmission-cli --uplimit {{50}} {{url|magnet|path/to/file}}`
`transmission-cli {{[-u|--uplimit]}} {{50}} {{url|magnet|path/to/file}}`
- Use a specific port for connections:
`transmission-cli --port {{port_number}} {{url|magnet|path/to/file}}`
`transmission-cli {{[-p|--port]}} {{port_number}} {{url|magnet|path/to/file}}`
- Force encryption for peer connections:
`transmission-cli --encryption-required {{url|magnet|path/to/file}}`
`transmission-cli {{[-er|--encryption-required]}} {{url|magnet|path/to/file}}`
- Use a Bluetack-formatted peer blocklist:
`transmission-cli --blocklist {{blocklist_url|path/to/blocklist}} {{url|magnet|path/to/file}}`
`transmission-cli {{[-b|--blocklist]}} {{blocklist_url|path/to/blocklist}} {{url|magnet|path/to/file}}`