Ccometixline - Claude Code Statusline banner
Haleclipse Haleclipse

Ccometixline - Claude Code Statusline

Git community intermediate

Description

[English](README.md) | [中文](README.zh.md)

Installation

Terminal
claude install-skill https://github.com/Haleclipse/CCometixLine

README

CCometixLine

[English](README.md) | [中文](README.zh.md)

A high-performance Claude Code statusline tool written in Rust with Git integration, usage tracking, interactive TUI configuration, and Claude Code enhancement utilities.

Screenshots

The statusline shows: Model | Directory | Git Branch Status | Context Window Information

Features

Core Functionality

    undefined

Interactive TUI Features

    undefined

Claude Code Enhancement

    undefined

Installation

Quick Install (Recommended)

Install via npm (works on all platforms):

# Install globally
npm install -g @cometix/ccline

# Or using yarn
yarn global add @cometix/ccline

# Or using pnpm
pnpm add -g @cometix/ccline

Use npm mirror for faster download:

npm install -g @cometix/ccline --registry https://registry.npmmirror.com

After installation:

    undefined

Claude Code Configuration

Add to your Claude Code `settings.json`:

**Cross-Platform (Recommended)**

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

...