-
Notifications
You must be signed in to change notification settings - Fork 4
CLI Shelf Clear
Empties the shelf.
Usage:
ed shelf clear [--json] [--yes]
Options:
| Name | Type / values | Default | What it does |
|---|---|---|---|
--json |
flag | off | Emits one JSON document on stdout. |
--yes |
flag | off | Applies the clear. Without it, prints every exact path. |
There are no positional arguments and no way to keep part of the shelf.
Without --yes, clear previews every indexed path and changes nothing.
--json shape:
{
"action": "clear shelf",
"applied": true,
"changed": true,
"remaining": 0,
"removed": 2,
"targets": [
"/Users/pulkit/Library/Application Support/Edith/Shelf/report.pdf",
"/Users/pulkit/Library/Application Support/Edith/Shelf/notes.txt"
]
}removed is how many items were on the shelf before it was emptied. Preview
output has the same shape with applied: false, changed: false, and no
remaining field.
Examples:
ed shelf clear
ed shelf clear --yes --json
$ ed shelf clear --yes
cleared 2 items
Behaviour: clear deletes every file the index knows about, then writes an
empty index. Files that are in the shelf folder but not in the index are left
where they are, so a folder that has been edited by hand can still hold
something after a clear. Clearing an already empty shelf is reported as
cleared 0 items and exits 0 rather than failing. The .index.json file
itself stays, holding [].
-
ed shelf, 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