From 18ea8153176dba7c67080384cac8600926d8fef5 Mon Sep 17 00:00:00 2001 From: Cairn Date: Wed, 5 Oct 2022 07:50:48 -0400 Subject: [PATCH] transmission: add page (#8450) --- pages/common/transmission.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 pages/common/transmission.md diff --git a/pages/common/transmission.md b/pages/common/transmission.md new file mode 100644 index 0000000000..a26789628f --- /dev/null +++ b/pages/common/transmission.md @@ -0,0 +1,29 @@ +# transmission + +> Transmission is a simple torrent client. +> Transmission isn't a command, but a set of commands. See the pages below. +> More information: . + +- Show the tldr page for running Transmission's daemon: + +`tldr transmission-daemon` + +- Show the tldr page for interacting with the daemon: + +`tldr transmission-remote` + +- Show the tldr page for creating torrent files: + +`tldr transmission-create` + +- Show the tldr page for modifying torrent files: + +`tldr transmission-edit` + +- Show the tldr page for getting info about torrent files: + +`tldr transmission-show` + +- Show the tldr page for the deprecated method for interacting with the daemon: + +`tldr transmission-cli`