Configuration
Noodle stores persistent settings in ~/.config/noodle/config.yml. The
file is optional: all fields fall back to defaults if missing.
theme: catppuccinlayout: stackedconfirm_undo_all: truecollections: - /home/user/projects/my-api - /home/user/projects/other-apiFields
Section titled “Fields”| Field | Type | Default | Options | Description |
|---|---|---|---|---|
theme |
string | catppuccin |
Any built-in theme name | UI color theme |
layout |
string | stacked |
stacked, side-by-side |
Pane arrangement |
confirm_undo_all |
boolean | true |
true, false |
Show confirmation before Ctrl+Z undo-all |
collections |
string[] | [] |
List of absolute paths | Previously-used collection directories. Managed by the collection switcher (Ctrl+O); listed in most-recently-used order. |
Noodle adds and reorders collections automatically when you switch to a
new directory. No need to edit this by hand. Use noodle workspace audit --fix
to remove stale paths that no longer exist on disk.
Partial files are fine: only the fields you include are overridden:
theme: dracula