Skip to content

Instantly share code, notes, and snippets.

View codewithmustafa's full-sized avatar

Mustafa Demir codewithmustafa

View GitHub Profile
@codewithmustafa
codewithmustafa / statusline.sh
Last active February 8, 2026 16:08
Custom Claude Code status line with motivational quotes, progress bar & token counter. Customize as you wish.
#!/bin/bash
# Claude Code Status Line Script
# Location: ~/.claude/statusline.sh
# Design: Opus 4.6 | Ship it! | [████████████████████████] 23% | 17.7K tokens
# Dependencies: jq
# macOS: brew install jq
# Ubuntu/Debian: sudo apt install jq
# Fedora: sudo dnf install jq