Skip to content

Instantly share code, notes, and snippets.

View Ananth-George's full-sized avatar

Ananth George Ananth-George

View GitHub Profile
@Ananth-George
Ananth-George / status-line.sh
Created April 22, 2026 16:18
Claude Code status line script — model, branch, tokens, effort, 5h/7d usage, extra credits
#!/bin/bash
# Status line: Model | cwd@branch | tokens | effort | 5h | 7d | extra
set -f
input=$(cat)
if [ -z "$input" ]; then
printf "Claude"