-
Notifications
You must be signed in to change notification settings - Fork 4
CLI Color Pick
Requests the same system colour sampler as Edith's menu bar eyedropper, shelf tile and global shortcut.
Usage:
ed color pick [--json]
Options:
| Name | Type / values | Default | What it does |
|---|---|---|---|
--json |
flag | off | Emits one JSON document on stdout. |
There are no positional arguments. The plain response is one line:
color picker requested
The JSON response has two stable fields:
{
"operation": "color.pick",
"requested": true
}requested means the fire-and-forget request was sent to the running menu bar
app. The command exits after requesting the loupe. It does not wait for a colour, and
canceling the loupe does not change the already completed command. A successful
sample is copied in colorPickerCopyFormat, added to the front of the shared
history and visible through ed color ls.
The command does not read stdin or require a terminal, so a script can request it with redirected streams. The interaction still happens on the logged-in desktop. A headless session cannot usefully finish the pick.
Exit codes:
| Code | Meaning |
|---|---|
| 0 | The sampler request was sent. |
| 2 | The command line was invalid. |
| 4 | The Color Picker extension is off, or Edith's menu bar app is not running. |
When the extension is off, enable it first:
ed extensions enable colorPicker
ed color pick
When Edith is closed, start it and retry. The command never starts Edith by itself, never changes the extension setting and never writes a synthetic swatch. Screen Recording access is still enforced by macOS when the system sampler opens.
-
ed color ls, to read a completed sample -
ed color, the rest of this group -
ed permissions, for Screen Recording access - 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