Skip to content

Instantly share code, notes, and snippets.

View smoo-blockaid's full-sized avatar

Smoo smoo-blockaid

View GitHub Profile
@smoo-blockaid
smoo-blockaid / statusline-command.sh
Last active April 26, 2026 13:02
Cool Claude Code statusline — model, git branch, context bar, rate limits, cost, duration
#!/bin/bash
input=$(cat)
# ── ANSI ──
RST=$'\033[0m'
DIM=$'\033[2m'
CYAN=$'\033[1;36m'
GREEN=$'\033[1;32m'
RED=$'\033[1;31m'
YEL=$'\033[1;33m'