-
Notifications
You must be signed in to change notification settings - Fork 4
CLI Getting Started Completions Source
pukbot[bot] edited this page Aug 25, 2026
·
1 revision
Prints the fallback line that loads one completion script directly.
ed completions source [--shell <zsh|bash|fish>] [--json]
| Name | Type / values | Default | What it does |
|---|---|---|---|
--shell <shell> |
zsh, bash or fish
|
zsh |
Select the completion script. |
--json |
flag | off | Emit shell and source in one JSON object. |
Plain output is ready to paste into the selected shell's startup file:
$ ed completions source
source $HOME/.local/share/zsh/site-functions/_ed
JSON keeps the selected shell explicit:
{
"shell": "fish",
"source": "source $HOME/.config/fish/completions/ed.fish"
}The path comes from the same shared operation used by the Copy button in Terminal settings. It prefers the recorded installed script and otherwise prints the line for the directory where installation would place it. An unsupported shell exits 3 without output.
-
ed completions install, write the scripts -
Getting started with
ed, 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