-
Notifications
You must be signed in to change notification settings - Fork 4
CLI Download Rm
Takes one entry out of the queue.
Usage:
ed download rm <n> [--json]
Arguments:
| Name | Type / values | Default | What it does |
|---|---|---|---|
<n> |
integer, counting from 1 | required | The download to remove, numbered as ed download ls numbers it. |
Options:
| Name | Type / values | Default | What it does |
|---|---|---|---|
--json |
flag | off | Emits one JSON document on stdout. |
There is no --yes guard: rm takes effect the moment you run it. It removes
the record, never the downloaded file, so removing a done entry forgets the
history and leaves the track in your music folder. Removing a downloading
entry does not stop the download; use ed download cancel for that.
--json shape:
{
"remaining": 11,
"removed": 1
}removed counts the records that matched, and remaining is what the file
holds afterwards.
Examples:
ed download rm 1
ed download rm 4 --json
$ ed download rm 2
removed Night Drive
Behaviour: the entry is matched by its URL and its queued timestamp together,
so an identical link queued at a different moment survives. Two URLs queued in
the same add share a timestamp, so a link passed twice in one command is
removed by one rm and removed reports 2. An index outside the list exits 3
with the size of the queue as the hint; running it against an empty queue exits
4. The file is rewritten and downloadQueueChanged is posted either way.
-
ed download, the rest of this group - All
edcommands
Auto-generated from docs/, edit the docs in the repo, not the wiki.
CLI reference
Companion
- Deploy
- Concepts
- Concepts Memory
- Concepts Ingestion
- Concepts Search
- Concepts Chat
- Concepts Learning
- Concepts Brain
- Concepts Friend
- Hosts
- Stack
- Status
- Doctor
- Search
- Index
- Ingest
- Episodes
- Sync
- Observations
- Reflect
- Beliefs
- Ask
- Extract
- Claims
- Corroborate
- Runs
- Chat
- Conversations
- Forget
- Export
- Import
- Erase
- Wipe
- Episode
- Nightly
- Reason
- Personas
- Council
- Lenses
- Core
- Why
- Hypotheses
- Predictions
- Commitments
- Discrepancies
- Calibration
- Inquire
- Entities
- Eval
- Standup
- Machines
- Baselines
- Connectors
- Facts
- Correct
- Weekly
- Db
Guides