# CCometixLine: A High-Performance Rust Statusline Tool for Claude Code

This repository profile is provided by osrepos.com, an open source repository discovery platform.

Source: osrepos.com
Repository profile: https://osrepos.com/repo/haleclipse-ccometixline
Generated for open source discovery and AI-assisted research.

CCometixLine is a high-performance statusline tool for Claude Code, built with Rust, offering deep Git integration and usage tracking. It provides an interactive TUI for configuration, theme customization, and includes utilities to enhance the Claude Code experience. This tool aims to deliver a highly customizable and efficient statusline.

GitHub: https://github.com/Haleclipse/CCometixLine
OSRepos URL: https://osrepos.com/repo/haleclipse-ccometixline

## Summary

CCometixLine is a high-performance statusline tool for Claude Code, built with Rust, offering deep Git integration and usage tracking. It provides an interactive TUI for configuration, theme customization, and includes utilities to enhance the Claude Code experience. This tool aims to deliver a highly customizable and efficient statusline.

## Topics

- Rust
- Claude Code
- Statusline
- CLI
- Git Integration
- TUI
- Developer Tools
- Productivity

## Repository Information

Last analyzed by OSRepos: Fri Mar 20 2026 08:22:59 GMT+0000 (Western European Standard Time)
Detail views: 6
GitHub clicks: 3

## Safety Notice

OSRepos shares public repositories for knowledge and discovery only. Review source code, dependencies, licenses, and security implications before running or installing anything.

## Content

## Introduction
CCometixLine is an advanced, high-performance statusline tool specifically designed for Claude Code, written in Rust. It integrates seamlessly with Git, tracks usage, and offers a highly customizable experience through an interactive Text User Interface (TUI). Key features include displaying model information, current directory, Git branch status, and context window details, all presented with a minimal design using Nerd Font icons. This tool aims to enhance your Claude Code environment with relevant, real-time information.

## Installation
The recommended way to install CCometixLine is via npm, which works across all platforms.

bash
# Install globally
npm install -g @cometix/ccline


After installation, you need to configure Claude Code to use CCometixLine. Add the following to your Claude Code `settings.json` file:


{
  "statusLine": {
    "type": "command",
    "command": "~/.claude/ccline/ccline",
    "padding": 0
  }
}

This cross-platform path is recommended, with `~` automatically expanding to your user home directory. For more detailed instructions, including manual installation options for various operating systems, please refer to the [official GitHub repository](https://github.com/Haleclipse/CCometixLine){target="_blank"}.

## Examples
CCometixLine offers various command-line options for customization and enhancement.

To temporarily override the theme, you can use the `--theme` flag:
bash
ccline --theme cometix
ccline --theme nord


To open the interactive TUI configuration panel for real-time editing with a preview:
bash
ccline -c


CCometixLine also provides utilities to enhance Claude Code, such as disabling context warnings and enabling verbose mode. You can apply these patches using the `--patch` command:
bash
ccline --patch /path/to/claude-code/cli.js
# Example for a common installation path
ccline --patch ~/.local/share/fnm/node-versions/v24.4.1/installation/lib/node_modules/@anthropic-ai/claude-code/cli.js


## Why Use CCometixLine?
CCometixLine stands out for its performance, being written in Rust, and its comprehensive feature set. It provides essential development context directly in your Claude Code statusline, including real-time Git status, model information, and context window usage. The interactive TUI makes configuration and theme customization straightforward, allowing users to tailor the statusline to their preferences without manual file editing. Furthermore, its Claude Code enhancement features offer practical improvements to the development environment, making it a powerful addition for any Claude Code user looking for efficiency and customization.

## Links
*   **GitHub Repository**: [https://github.com/Haleclipse/CCometixLine](https://github.com/Haleclipse/CCometixLine){target="_blank"}
*   **License**: [MIT License](https://github.com/Haleclipse/CCometixLine/blob/master/LICENSE){target="_blank"}