Autosuggest & Autocomplete

Chronos provides context-aware autosuggest in both the CLI and the Dashboard Terminal widget.

Where It Runs

Registry Inputs

Refresh registries with:

register commands
register items
register properties
register all

Syntax Slots

Each command defines valid argument patterns with slot types like item_type, weekday, and keyword slots (e.g., kw:profiles).

{
  "slots": ["kw:profiles", "choice:list|view|save|delete"],
  "allow_properties": false
}

Pipelines