CCometixLine is a statusline tool written in Rust that displays Claude Code context and Git information in a terminal interface.
The tool solves the problem of tracking Claude Code usage and context window consumption while working in the editor. It integrates with Git to show branch status and tracking information, displays the active Claude model with simplified naming, and analyzes transcript data to report token usage as a percentage of the context limit. The statusline presents this information using Nerd Font icons in a minimal, customizable format that fits naturally into editor configurations.
Developers should choose this tool if they use Claude Code and want real-time visibility into their context window usage and Git state without leaving the editor. It suits projects where context management matters—particularly long-running development sessions where token consumption can become a constraint. The tool also provides Claude Code enhancement utilities including a context warning disabler to suppress low-context messages, a verbose mode enabler for enhanced output, and a patcher that modifies Claude Code behavior with automatic backups for safe recovery. Installation is straightforward via npm, making it available as a global command across platforms, and configuration happens through either an interactive TUI with theme selection or direct TOML file editing.
Development activity shows consistent engagement with user-facing improvements and cross-platform support. The project maintains detailed platform-specific installation instructions including dynamic and static binary options for Linux and architecture-specific builds for macOS. Documentation is provided in multiple languages with careful attention to platform quirks, such as explicit guidance on Windows path handling for recent Claude Code versions. The codebase includes a robust configuration system with interactive menu-driven setup, real-time preview during customization, and multiple built-in theme presets, indicating investment in usability beyond basic functionality.