ccc — Copilot Config CLI
A beautiful TUI to interactively configure and view GitHub Copilot CLI settings
ccc reads your ~/.copilot/config.json, auto-detects the installed Copilot CLI version and available config keys, and presents them in a beautiful terminal UI for editing. Sensitive fields (tokens, credentials) are masked and read-only, so you can safely browse your full config without worry.
Built it because editing Copilot CLI config by hand in JSON is error-prone and you have to know what keys exist for your version. ccc auto-detects the schema and gives you a point-and-click TUI built with the Charm stack (Bubbletea + Lipgloss + Huh). It preserves unknown config fields on save so you never lose data. Ships as a single static Go binary — no runtime dependencies.
Tired of wrestling with config files for your GitHub Copilot CLI? Dive into this sleek terminal UI that makes tweaking settings a breeze while keeping your secrets safe and sound.
Key features:
- 🎨 Gorgeous terminal UI powered by the Charm stack
- 🔍 Auto-detects Copilot CLI version and config keys
- 🔒 Masks sensitive tokens for secure viewing
- ⚡ Single static Go binary with zero dependencies
This summary was generated by GitHub Copilot based on the project README.