From 408a8247cfe29a8886836bbcdf67a39685363b84 Mon Sep 17 00:00:00 2001 From: Cairn Date: Mon, 12 Sep 2022 08:08:29 -0400 Subject: [PATCH] transmission-show: add page (#8459) --- pages/common/transmission-show.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 pages/common/transmission-show.md diff --git a/pages/common/transmission-show.md b/pages/common/transmission-show.md new file mode 100644 index 000000000..7ac460bd6 --- /dev/null +++ b/pages/common/transmission-show.md @@ -0,0 +1,17 @@ +# transmission-show + +> Get information about a torrent file. +> See also: `transmission`. +> More information: . + +- Display metadata for a specific torrent: + +`transmission-show {{path/to/file.torrent}}` + +- Generate a magnet link for a specific torrent: + +`transmission-show --magnet {{path/to/file.torrent}}` + +- Query a torrent's trackers and print the current number of peers: + +`transmission-show --scrape {{path/to/file.torrent}}`