cheatsheets/rtorrent.md

63 lines
1.3 KiB
Markdown
Raw Permalink Normal View History

2013-10-14 04:36:58 +02:00
---
2017-10-11 09:50:52 +02:00
title: rTorrent
2015-11-24 06:11:34 +01:00
category: CLI
2017-10-11 09:50:19 +02:00
intro: |
2017-10-11 09:50:52 +02:00
[rTorrent](https://rakshasa.github.io/rtorrent/) is a command-line torrent application. Here are some shortcut keys.
2012-12-15 13:56:59 +01:00
---
2017-10-11 09:50:19 +02:00
## Shortcuts
{: .-three-column}
2012-12-15 13:56:59 +01:00
### Global
2017-10-11 09:50:19 +02:00
| `^q` | Quit |
{: .-shortcuts}
2012-12-15 13:56:59 +01:00
### Main view
2017-10-11 09:50:19 +02:00
| Shortcut | Description |
| --- | --- |
| `bksp` | Add torrent |
| --- | --- |
| `->` | View download |
| --- | --- |
| `1` _-_ `7` | Change view |
| --- | --- |
| `^S` | Start download |
| `^D` | Stop download (or remove stopped) |
| `^K` | Close a torrent |
| --- | --- |
| `+` _/_ `-` | Change priority |
{: .-shortcuts}
2012-12-15 13:56:59 +01:00
2017-10-11 09:50:19 +02:00
### Throttling
2012-12-15 13:56:59 +01:00
2017-10-11 09:50:19 +02:00
#### Upload
2012-12-15 13:56:59 +01:00
2017-10-11 09:50:19 +02:00
| `a` _/_ `s` _/_ `d` | Increase upload throttle by 1/5/50 KB |
| `z` _/_ `x` _/_ `c` | Decrease upload throttle by 1/5/50 KB |
{: .-shortcuts}
2012-12-15 13:56:59 +01:00
2017-10-11 09:50:19 +02:00
#### Download
2012-12-15 13:56:59 +01:00
2017-10-11 09:50:19 +02:00
| `A` _/_ `S` _/_ `D` | Increase download throttle by 1/5/50 KB |
| `Z` _/_ `X` _/_ `C` | Decrease download throttle by 1/5/50 KB |
{: .-shortcuts}
2012-12-15 13:56:59 +01:00
### Download view
2017-10-11 09:50:19 +02:00
| `1` _/_ `2` | Adjust max uploads |
| `3` _/_ `4` | Adjust min peers |
| `5` _/_ `6` | Adjust max peers |
{: .-shortcuts}
2012-12-15 13:56:59 +01:00
### File list view
2017-10-11 09:50:19 +02:00
| `space` | Change priority |
{: .-shortcuts}
## Also see
2017-10-11 09:50:52 +02:00
- [rTorrent website](https://rakshasa.github.io/rtorrent/) _(rakshasa.github.io)_
- [rTorrent wiki](https://github.com/rakshasa/rtorrent/wiki) _(github.com)_