Urda's Forged Status Line

A clean but detailed two-row status line for Claude Code.

Model and modes up top, live context and rate-limit gauges below.

One bash script, no dependencies beyond jq.

↻ Rotate your phone to landscape for the full status line

Browse the gallery Configuration Using Antigravity? Using GitHub Copilot?

Smooth in operation

Install

Run the installer; it fetches the script into ~/.claude and makes it executable:

curl -fsSL https://raw.githubusercontent.com/urda/forged-statusline/release/install.sh | bash

Or with wget:

wget -qO- https://raw.githubusercontent.com/urda/forged-statusline/release/install.sh | bash

Then point your ~/.claude/settings.json at it:

{
  "statusLine": {
    "command": "~/.claude/urda-com-forged-statusline.sh",
    "padding": 0,
    "refreshInterval": 20,
    "type": "command"
  }
}