by rz1989s
Transform your Claude Code terminal with atomic precision statusline. Features flexible layouts, real-time cost tracking, MCP monitoring, prayer times, and beautiful themes.
# Add to your Claude Code skills
git clone https://github.com/rz1989s/claude-code-statusline๐จ Transform your terminal with 28 atomic components across 1-9 configurable lines
Block metrics โข Burn rate monitoring โข Cache efficiency โข Cost projections โข Atomic precision โข Clean separators โข Rich information display โข Stunning themes โข Real-time monitoring โข MCP integration โข Islamic prayer times โข Ultimate customization

๐จ Catppuccin Mocha Theme in VS Code Terminal

๐ Platform Requirements: 100% compatible across all major platforms
brew install jq curlNo comments yet. Be the first to share your thoughts!
sudo apt install jq curlsudo pacman -S jq curlsudo dnf install jq curlapk add jq curlChoose your preferred installation method:
# Download and inspect the installer (strongly recommended)
curl -fsSL https://raw.githubusercontent.com/rz1989s/claude-code-statusline/main/install.sh -o install.sh
# Review what it does - look for:
# โ Only creates files in ~/.claude/statusline/
# โ Downloads from this GitHub repo
# โ No sudo or system modifications
less install.sh
# Run when you're satisfied it's safe
bash install.sh
๐ Quick Security Check: Open install.sh and verify it only:
~/.claude/raw.githubusercontent.com/rz1989s/claude-code-statuslinesudo or modify system filescurl with proper GitHub raw URLs# Direct install without inspection (for trusted users)
curl -sSfL https://raw.githubusercontent.com/rz1989s/claude-code-statusline/main/install.sh | bash
# Check all dependencies (shows 6 feature categories)
curl -sSfL https://raw.githubusercontent.com/rz1989s/claude-code-statusline/main/install.sh | bash -s -- --check-all-deps
# Interactive installation with user choices
curl -sSfL https://raw.githubusercontent.com/rz1989s/claude-code-statusline/main/install.sh | bash -s -- --interactive
# Comprehensive dependency analysis + interactive mode
curl -sSfL https://raw.githubusercontent.com/rz1989s/claude-code-statusline/main/install.sh | bash -s -- --check-all-deps --interactive
# Install from development branch
curl -sSfL https://raw.githubusercontent.com/rz1989s/claude-code-statusline/nightly/install.sh | bash -s -- --branch=nightly
# Debug installation issues
STATUSLINE_INSTALL_DEBUG=true curl -sSfL https://raw.githubusercontent.com/rz1989s/claude-code-statusline/main/install.sh | bash
# 1. Create directory structure
mkdir -p ~/.claude/statusline/{lib,examples}
# 2. Download core files
curl -fsSL https://raw.githubusercontent.com/rz1989s/claude-code-statusline/main/statusline.sh -o ~/.claude/statusline/statusline.sh
curl -fsSL https://raw.githubusercontent.com/rz1989s/claude-code-statusline/main/examples/Config.toml -o ~/.claude/statusline/Config.toml
# 3. Download library modules (automated)
curl -sSfL https://raw.githubusercontent.com/rz1989s/claude-code-statusline/main/install.sh | bash -s -- --modules-only
# 4. Make executable and test
chmod +x ~/.claude/statusline/statusline.sh
~/.claude/statusline/statusline.sh --version
# Confirm installation success
~/.claude/statusline/statusline.sh --version
ls -la ~/.claude/statusline/lib/ # Should show 10+ module files
# Test with sample input
echo '{"workspace": {"current_dir": "'"$(pwd)"'"}, "model": {"display_name": "Test"}}' | ~/.claude/statusline/statusline.sh
๐ Transparency First - Here's exactly what happens:
โ
Creates one directory: ~/.claude/statusline/ (in your home folder only)
โ
Downloads 31 text files: Shell scripts from this GitHub repository
โ
Creates one config file: Config.toml with default settings you can edit
โ
No system changes: Everything stays in your home folder
โ Does NOT:
๐ Security: All files are downloaded from this public GitHub repository - you can inspect every line of code before running.
๐ REVOLUTIONARY BLOCK METRICS SYSTEM
๐ REVOLUTIONARY INSTALLER OVERHAUL
โก INSTALLATION IMPROVEMENTS
๐ ADDITIONAL FIXES
๐ IMPACT: Bulletproof installation system - Reliable, fast installation regardless of GitHub API availability, with 100% download guarantee and zero user intervention required.
๐ฏ REVOLUTIONARY SIMPLIFICATION: SINGLE SOURCE OF TRUTH ARCHITECTURE
Transform your configuration experience with the most significant architectural simplification ever:
๐งน Configuration Breakthrough - Eliminated triple redundancy system:
๐ฏ Zero Hunting - All parameters pre-filled in Config.toml, just edit values
๐ง Zero Code Defaults - No more DEFAULT_CONFIG_* constants scattered in lib/config.sh
โก Pure Extraction - No