Forrest logo
back to context overview

webtorrent

List of commands for webtorrent:

  • webtorrent:tldr:3bfdb webtorrent: Display a list of files for a specific torrent.
    $ webtorrent download "${torrent_id}" --select
    try on your machine
    explain this command
  • webtorrent:tldr:697fe webtorrent: Stream a torrent to a Digital Living Network Alliance (DLNA) device.
    $ webtorrent download "${torrent_id}" --dlna
    try on your machine
    explain this command
  • webtorrent:tldr:6ab21 webtorrent: Specify a file index from the torrent to download.
    $ webtorrent download "${torrent_id}" --select ${index}
    try on your machine
    explain this command
  • webtorrent:tldr:881d2 webtorrent: Stream a torrent to VLC media player.
    $ webtorrent download "${torrent_id}" --vlc
    try on your machine
    explain this command
  • webtorrent:tldr:a0391 webtorrent: Create a new torrent file for the specified file path.
    $ webtorrent create ${filename}
    try on your machine
    explain this command
  • webtorrent:tldr:c3b2e webtorrent: Seed a specific file or directory.
    $ webtorrent seed ${filename_or_directory}
    try on your machine
    explain this command
  • webtorrent:tldr:dd8ed webtorrent: Display information for a magnet URI or `.torrent` file.
    $ webtorrent info ${filename_or_magnet}
    try on your machine
    explain this command
  • webtorrent:tldr:eefae webtorrent: Download a torrent.
    $ webtorrent download "${torrent_id}"
    try on your machine
    explain this command
back to context overview