mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
26 lines
446 B
Plaintext
26 lines
446 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# rtorrent
|
|
|
|
> Download torrents.
|
|
> More information: <https://github.com/rakshasa/rtorrent/wiki/User-Guide#adding-and-removing-torrents>.
|
|
|
|
- Add a torrent file or magnet to be downloaded:
|
|
|
|
`rtorrent {{torrent_or_magnet}}`
|
|
|
|
- Start the download:
|
|
|
|
`<Ctrl s>`
|
|
|
|
- View details about downloading torrent:
|
|
|
|
`<ArrowRight>`
|
|
|
|
- Close rtorrent safely:
|
|
|
|
`<Ctrl q>`
|