Skip to content

Instantly share code, notes, and snippets.

View grgsim's full-sized avatar

grgsim

  • France
View GitHub Profile
@grgsim
grgsim / statusline.sh
Last active March 10, 2026 08:13
Custom Claude Code statusline — single line, monochrome, with git status
#!/usr/bin/env bash
# Custom Claude Code statusline — single line, monochrome
input=$(cat)
[ -z "$input" ] && { printf "Claude"; exit 0; }
# ── Style ────────────────────────────────────────────────
dim='\033[2m'
reset='\033[0m'
sep=" ${dim}│${reset} "