Skip to content

CLI Download Status

github-actions[bot] edited this page Aug 23, 2026 · 1 revision

ed download status

Summarizes every lifecycle state in the persisted download queue.

Usage:

ed download status [--json]

status is a stable file read. It works whether Edith is running or closed. The plain table reports total, active, queued, resolving, downloading, done, failed and interrupted. active is the sum of queued, resolving and downloading records.

JSON output is one object with the same integer fields:

{
  "active": 2,
  "done": 4,
  "downloading": 1,
  "failed": 1,
  "interrupted": 0,
  "queued": 1,
  "resolving": 0,
  "total": 7
}

An empty queue is successful and reports zero for every field.

Where to go next

CLI reference

Getting Started
Config
App
Extensions
Permissions
Usage
System
Music
Calendar
Clipboard
Color
Download
Apps
Tools
Shelf
Cleaner
Machines
Machines Remote
Machines Docker
Machines Files
Machines Power
Machines Workspace
Attention
Companion
Herdr
Lid Awake
Machines Terminal
Machines Thermal

Guides

Clone this wiki locally