ccstatus 0.6.0

Fast Claude Code status line with cached usage bars
Documentation
# ccstatus configuration — copy to ~/.config/ccstatus/config.toml
# Every key is optional; omitted keys use the defaults shown here.

[colors]
# Pick a preset: "orange" (default, Claude brand), "blue" (usage-panel),
# "green", "purple", or "mono".
preset = "orange"
# Or override individual 256-color indices (uncomment to override the preset):
# fill  = 208   # filled bar cells (e.g. a brighter orange)
# track = 238   # empty track
# dim   = 245   # percentage / value / plan text

[bar]
width   = 12
braille = true   # hi-res braille dots; set false for a solid block bar
filled  = ""    # block-mode filled glyph (used only when braille = false)
empty   = ""    # block-mode empty glyph (used only when braille = false)

[rows]
context = true
current = true    # the 5-hour window
weekly  = true    # the 7-day window

[layout]
model_header = true       # show the model name on its own line
# Plan label shown next to the model. When empty and plan_auto is true, it is
# auto-detected from ~/.claude.json (only the rate-limit tier field is read).
plan = ""                 # set to override, e.g. "Max (20x)"
plan_auto = true          # set false to never read ~/.claude.json

[labels]
context = "Context"
current = "5h"
weekly  = "7d"