deluge-console
text-based console interface for Deluge
TLDR
Start interactive console
SYNOPSIS
deluge-console [options] [command]
DESCRIPTION
deluge-console is the text-based console interface for the Deluge BitTorrent client. It provides a curses-based interactive mode and supports command execution for scripting.
In interactive mode, it presents a navigable interface for managing torrents with keyboard shortcuts. In command mode, it accepts commands as arguments for non-interactive operation, useful for scripts and automation.
The console connects to the Deluge daemon (deluged) either locally or remotely, providing the same functionality as the GTK client through a terminal interface.
PARAMETERS
COMMAND
Command to execute (run interactively if omitted).connect [HOST:PORT]
Connect to deluge daemon.info [-v]
Show torrent information.add TORRENT
Add torrent file or magnet link.pause ID
Pause torrent.resume ID
Resume paused torrent.rm ID
Remove torrent.config
Show/set configuration.--help
Display help information.
CONFIGURATION
~/.config/deluge/
Configuration files including console.conf for console-specific settings.
CAVEATS
Requires deluged daemon running. Interactive mode needs terminal with curses support. Remote connections require proper authentication. Command syntax differs from GTK interface.
HISTORY
deluge-console was developed as part of the Deluge project to provide terminal access to the BitTorrent client. It addresses the need for headless server management and scripted torrent operations.
SEE ALSO
deluge(1), deluged(1), transmission-remote(1)
