mirror of
https://github.com/davidkaya/aryx.git
synced 2026-08-28 05:43:57 +02:00
Fuzzy-searchable command palette accessible from anywhere via Ctrl+K (Windows/Linux) or Cmd+K (macOS). Supports keyboard navigation with arrow keys, Enter to select, and Escape to close. Available commands: - Switch between sessions and projects - Create new sessions and scratchpads - Pin, archive, and duplicate the current session - Open settings, project settings, and app data folder - Toggle terminal - Switch theme (dark/light/system) - Add new projects Implementation: - New CommandPalette component with glass surface and glow border - Palette entry/exit CSS animations - Capture-phase Escape handler to prevent leaking to other overlays - Commands built dynamically from workspace state - Results grouped by category with fuzzy scoring Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>