Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
Default string `yaml:"default"`
Cortexes map[string]CortexEntry `yaml:"cortexes"`
TrashDays int `yaml:"trash_days,omitempty"` // 0 means use default (30)
UI *UIConfig `yaml:"ui,omitempty"`
}
type CortexEntry ¶
type UIConfig ¶ added in v0.4.1
type UIConfig struct {
// Theme is the TUI color scheme: "auto", "dark", or "light".
// Empty is treated as "auto" (detect terminal background).
Theme string `yaml:"theme,omitempty"`
}
UIConfig holds user-level TUI preferences. Stored as a pointer on Config so it can be omitted from the YAML output entirely when the user has never touched any of these settings — a fresh config stays visually identical to what older Noema binaries produced.
Click to show internal directories.
Click to hide internal directories.