mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 12:15:33 +02:00

* zstd: add link to homepage * zsh: add link to homepage * zopflipng: add link to homepage * zbarimg: add link to homepage * z: add link to homepage * yesod: add link to homepage * xsv: add link to homepage * xo: add link to homepage * xcv: add link to homepage * wuzz: add link to homepage * wordgrinder: add link to homepage * wget: add link to homepage * webtorrent: add link to homepage * webpack: add link to homepage * wat2wasm: add link to homepage * w3m: add link to homepage * vue: add link to homepage * vsce: add link to homepage * virtualboxvm: add link to homepage * vim: add link to homepage * vegeta: add link to homepage * vault: add link to homepage * valgrind: add link to homepage * vagrant: add link to homepage * upx: add link to homepage
946 B
946 B
webtorrent
The command line interface for WebTorrent. Supports magnets, urls, info hashes and .torrent files. Homepage: https://github.com/webtorrent/webtorrent-cli.
- Download a torrent:
webtorrent download "{{torrent_id}}"
- Stream a torrent to VLC media player:
webtorrent download "{{torrent_id}}" --vlc
- Stream a torrent to a Digital Living Network Alliance (DLNA) device:
webtorrent download "{{torrent_id}}" --dlna
- Display a list of files for a specific torrent:
webtorrent download "{{torrent_id}}" --select
- Specify a file index from the torrent to download:
webtorrent download "{{torrent_id}}" --select {{index}}
- Seed a specific file or directory:
webtorrent seed {{path/to/file_or_directory}}
- Create a new torrent file for the specified file path:
webtorrent create {{path/to/file}}
- Display information for a magnet uri or .torrent file:
webtorrent info {{path/to/file_or_magnet}}