haleclipse/ccometixline

Claude Code statusline tool written in Rust

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 1 hour ago
Added to GitGenius on September 20th, 2026
Created on August 11th, 2025
Open Issues & Pull Requests: 50 (+0)
GitHub issues: Enabled
Number of forks: 218
Total Stargazers: 3,459 (+0)
Total Subscribers: 9 (+0)

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 35
New in 7 days: 1
Closed in 7 days: 0
Avg open age: 198 days
Stale 30+ days: 33
Stale 90+ days: 23

Recent activity

Opened in 7 days: 1
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • enhancement (7)
  • bug (5)
  • duplicate (5)
  • invalid (2)
  • wontfix (2)
  • documentation (1)
  • good first issue (1)
  • help wanted (1)

Detailed Description

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.