deluge-console
An interactive interface for the Deluge BitTorrent client. More information: <https://deluge-torrent.org>.
Install
- All systems
-
curl cmd.cat/deluge-console.sh
- Debian
-
apt-get install deluge-console
- Ubuntu
-
apt-get install deluge-console
- Arch Linux
-
pacman -S deluge-console
- Kali Linux
-
apt-get install deluge-console
- Fedora
-
dnf install deluge-console
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install deluge-console
- Raspbian
-
apt-get install deluge-console
- Dockerfile
- dockerfile.run/deluge-console
An interactive interface for the Deluge BitTorrent client. More information: <https://deluge-torrent.org>.
-
Start the interactive console interface:
deluge-console
-
Connect to a Deluge daemon instance:
connect hostname:port
-
Add a torrent to the daemon:
add url|magnet|path/to/file
-
Display information about all torrents:
info
-
Display information about a specific torrent:
info torrent_id
-
Pause a torrent:
pause torrent_id
-
Resume a torrent:
resume torrent_id
-
Remove a torrent from the daemon:
rm torrent_id
© tl;dr; authors and contributors