From e39f7ebf19faf0b99afa27ce97a61b6df141d341 Mon Sep 17 00:00:00 2001 From: sasha42 Date: Sun, 26 Nov 2017 15:17:29 +0800 Subject: [PATCH 1/2] Added rtorrent tldr --- pages/linux/rtorrent.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 pages/linux/rtorrent.md diff --git a/pages/linux/rtorrent.md b/pages/linux/rtorrent.md new file mode 100644 index 000000000..d03243aa9 --- /dev/null +++ b/pages/linux/rtorrent.md @@ -0,0 +1,19 @@ +# rtorrent + +> Download torrents over the command line. + +- Add a torrent file or magnet to be downloaded: + +`rtorrent {{torrent or magnet}}` + +- Start the download: + +`S` + +- View details about downloading torrent: + +`->` + +- Close rtorrent safely: + +`Q` From f4e84d44c56e8ece8f0bacb98bd15bc276280ce3 Mon Sep 17 00:00:00 2001 From: sasha42 Date: Wed, 29 Nov 2017 12:51:00 +0800 Subject: [PATCH 2/2] rtorrent: changed syntax --- pages/linux/rtorrent.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/linux/rtorrent.md b/pages/linux/rtorrent.md index d03243aa9..14cf9d7e8 100644 --- a/pages/linux/rtorrent.md +++ b/pages/linux/rtorrent.md @@ -4,7 +4,7 @@ - Add a torrent file or magnet to be downloaded: -`rtorrent {{torrent or magnet}}` +`rtorrent {{torrent_or_magnet}}` - Start the download: