danjdewhurst

Cc Status Line — Development skill for Claude Code

Development community

Claude Code status line with Catppuccin Frappe theme.

How to install Cc Status Line

This entry records only its repository, not the path inside it, so there is no exact command to give. Open danjdewhurst/cc-status-line and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Cc Status Line does

Claude Code status line with Catppuccin Frappe theme.

Alternatives in Development

README

Claude Code Status Line

A Catppuccin Frappe-themed status line for Claude Code

Install License

Opus 4.6 │ feat/my-branch● │ my-project │ ▓▓▓░░░░░░░ 15k/200k │ $0.03 │ v2.1.52

**Model** · **Git branch** (with dirty indicator) · **Project folder** · **Context usage** (visual bar + tokens) · **Session cost** (auto-converting currency) · **CLI version**


Install

mkdir -p ~/.claude/scripts && \
  curl -fsSL https://raw.githubusercontent.com/danjdewhurst/cc-status-line/main/status-line.sh \
  -o ~/.claude/scripts/status-line.sh && \
  chmod +x ~/.claude/scripts/status-line.sh
Or with wget
mkdir -p ~/.claude/scripts && \
  wget -qO ~/.claude/scripts/status-line.sh \
  https://raw.githubusercontent.com/danjdewhurst/cc-status-line/main/status-line.sh && \
  chmod +x ~/.claude/scripts/status-line.sh

Then add to `~/.claude/settings.json`:

{
  "statusLine": {
    "type": "command",
    "command": "~/.claude/scripts/status-line.sh"
  }
}

Restart Claude Code or start a new session.

Requirements

  • Terminal with 24-bit true colour support (iTerm2, Ghostty, Kitty, WezTerm, Alacritty)
  • `jq` and bc
  • curl (optional — for exchange rate API, falls back to manual rate)
  • git (optional — for branch display)

Customisation

Change currency

Exchange rates are fetched from the [Frankfurter API](https://www.frankfurter.app/) and cached for 24 hours at `~/.cache/cc-status-line/exchange-rat