Skip to content

shane-nzer/cc-statusline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

cc-statusline

A Claude Code statusline script displaying subscription usage, context window, git info, and caveman mode status.

Setup

Point statusLine.command in ~/.claude/settings.json at the script:

{
  "statusLine": {
    "type": "command",
    "command": "/path/to/cc-statusline.js"
  }
}

Make it executable:

chmod +x cc-statusline.js

Requires: Node.js, Claude Code v2.1.80+, Claude Pro/Max subscription.

Output

~/Dev/my-project | ⎇ main (+0,-0)
5hr: ░░░░░░░░░░ 0% (4pm) | Wk: █▋░░░░░░░░ 16% (Tue 12pm)
Ctx: ██░░░░░░░░ 25% (In: 49.1k | Out: 13.1k)
v2.1.80 | Sonnet 4.6 | [CAVEMAN]

Line 4 shows [CAVEMAN] only when caveman mode is active. Supports [CAVEMAN:LITE] and [CAVEMAN:ULTRA] variants.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors