DLManDLMan

CLI Reference

The dlman CLI provides full command-line access to DLMan's download engine. It shares the same core library (dlman-core) as the desktop app.

Installation

Loading...

Basic Usage

Loading...

Advanced Usage

Queue management, batch imports, and URL probing:

Loading...

Download Management

  • dlman add <URL> — Add a new download
  • dlman list — List all downloads
  • dlman info <ID> — Show download details
  • dlman pause <ID> — Pause a download
  • dlman resume <ID> — Resume a download
  • dlman cancel <ID> — Cancel a download
  • dlman delete <ID> — Delete a download

Options

  • -o, --output <PATH> — Save location
  • -q, --queue <QUEUE_ID> — Add to specific queue
  • -s, --segments <N> — Number of parallel segments
  • -n, --now — Start immediately
  • --with-file — Delete downloaded file when deleting

Queue Commands

  • dlman queue list — List all queues
  • dlman queue create <NAME> — Create a queue
  • dlman queue delete <ID> — Delete a queue
  • dlman queue start <ID> — Start a queue
  • dlman queue stop <ID> — Stop a queue