Skip to content

Instantly share code, notes, and snippets.

View jeremyronking's full-sized avatar

Jeremy King jeremyronking

View GitHub Profile
@jeremyronking
jeremyronking / statusline.sh
Last active January 19, 2026 07:01
Claude Code Status Line - Enhanced statusline showing model, mode, context usage, API limits with reset times, and git branch
#!/bin/bash
# ==============================================================================
# Claude Code Status Line
# ==============================================================================
# This script creates a rich status line for Claude Code showing:
# - Current model being used
# - Mode (if in plan/edit mode)
# - Context window usage percentage
# - API usage limits (5-hour and 7-day windows) with time until reset
# - Current git branch