-
Notifications
You must be signed in to change notification settings - Fork 4
CLI Music Mkdir
github-actions[bot] edited this page Aug 9, 2026
·
1 revision
Makes a folder in the library. Aliased newfolder.
ed music mkdir <name> [--under <folder>] [--json]
| Name | Type / values | Default | What it does |
|---|---|---|---|
name |
text | required | What to call it. |
--under |
path relative to the library root |
"", the root |
Folder to make it inside. |
--json |
flag | off | Emit JSON on stdout. |
{
"name": "Chill",
"path": "Focus/Chill"
}ed music mkdir Chill
ed music mkdir Deep --under Focus
ed music mkdir "Late Night" --json
The name is sanitised before use: it is trimmed, and / and : each become
-, so a name cannot escape the folder it was asked for. A name that is blank
after trimming exits 1 with a name cannot be blank, and a folder that already
exists exits 1 with <path> is already there rather than being reused. A
--under that does not exist exits 3. On success ed posts
musicFolderChanged, so an open Edith picks the new folder up without a
rescan.
-
ed music, 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