transmission-show
Get information about a torrent file. See also: transmission. More information: <https://manned.org/transmission-show>.
Install
- All systems
-
curl cmd.cat/transmission-show.sh
- Debian
-
apt-get install transmission-cli
- Ubuntu
-
apt-get install transmission-cli
- Alpine
-
apk add transmission-cli
- Arch Linux
-
pacman -S transmission-cli
- Kali Linux
-
apt-get install transmission-cli
- Fedora
-
dnf install transmission-common
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install transmission-cli
- Raspbian
-
apt-get install transmission-cli
- Dockerfile
- dockerfile.run/transmission-show
- Docker
-
docker run cmd.cat/transmission-show transmission-show
powered by Commando
Get information about a torrent file. See also: transmission. More information: <https://manned.org/transmission-show>.
-
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
© tl;dr; authors and contributors