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}}`