Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Transform your Claude Code experience with a beautiful, informative statusline
| Date | Stars |
|---|---|
| 2026-07-31 | 624 |
| 2026-08-06 | 624 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
# cc-statusline <div align="center"> **A beautiful, informative statusline for Claude Code** <img src="docs/images/cc-statusline.png" alt="cc-statusline in action" width="600"> *Real-time directory, git branch, model info, costs, and session time tracking* [](https://www.npmjs.com/package/@chongdashu/cc-statusline) [](https://opensource.org/licenses/MIT) [](https://nodejs.org/) </div> ## ⚡ Quick Start **One command. Three questions. Custom statusline.** ```bash npx @chongdashu/cc-statusline@latest init ``` That's it! Answer a few simple questions, restart Claude Code, and enjoy your new statusline. ## 📋 Prerequisites ### Required - **Node.js 16+** - Required for the CLI tool - **Claude Code** - The tool you're already using ### Strongly Recommended - **jq** - JSON processor for advanced features (see installation guide below) - Required for: context tracking, token stats, session timer - Without jq: basic features still work with fallback parser > **Without jq, your statusline will have LIMITED functionality:** > - ❌ No context remaining percentage > - ❌ No token statistics from ccusage > - ❌ No session timer > - ⚠️ Basic fallback parser is used (less reliable) #### macOS ```bash brew install jq ``` #### Linux ```bash # Ubuntu/Debian sudo apt-get install jq # CentOS/RHEL/Fedora sudo yum install jq # Arch Linux sudo pacman -S jq ``` #### Windows 10/11 **Option 1: Package Manager (Recommended)** ```bash # Chocolatey choco install jq # Scoop scoop install jq # Winget winget install jqlang.jq ``` **Option 2: Manual Download** 1. Go to https://github.com/jqlang/jq/releases/latest 2. Download: - **64-bit**: `jq-windows-amd64.exe` - **32-bit**: `jq-windows-i386.exe` 3. Rename to `jq.exe` 4. Place in `C:\Windows\System32\` (requires admin) or add to PATH 5. Test: `jq --version` ### Verify Installation ```bash jq --version # Should output: jq-1.6 or higher ``` ### Optional - **git** - For branch display (you probably have this) - **ccusage** - For usage stats (works via `npx` - no install needed) ## 🎯 Simple Setup <img src="docs/images/cc-statusline-init.gif" alt="Demo of cc-statusline setup" width="500"> ## ✨ What You Get Enhance your Claude Code terminal with useful information: - **📁 Directory Display** - Current folder with `~` abbreviation - **🌿 Git Integration** - Current branch name - **🤖 Model Info** - Shows which Claude model you're using plus Claude Code version - **🧠 Context Usage** - Real-time context window usage with progress bars **(requires jq)** - **💰 Cost Tracking** - Live cost monitoring with burn rates via ccusage **(partial without jq)** - **⌛ Session Timer** - Time remaining until usage limit resets **(requires jq)** - **📊 Token Analytics** - Token consumption and burn rate metrics **(requires jq)** - **🎨 Color Support** - 256-color palette for Claude Code terminals - **⚡ Fast Execution** - Optimized bash script with <100ms execution time ## 🎛️ Features Overview ### 🆕 Installation Options (v1.2.4+) - **🏠 Global Installation** (`~/.claude/`) - Use across all your projects - **📂 Project Installation** (`./.claude/`) - Keep settings project-specific ### 🔥 Default Features (All Pre-selected in v1.2.2+) | Feature | Description | Example | |---------|-------------|---------| | 📁 **Directory** | Current working directory | `~/my-project` | | 🌿 **Git Branch** | Active git branch | `feature/statusline` | | 🤖 **Model** | Claude model name & version | `Sonnet 4` | | 📟 **Claude Code** | Claude Code version | `v1.0.85` | | 🎨 **Output Style** | Current output style setting | `default` | | 🧠 **Context** | Remaining context with progress bar | `83% [========--]` | | 💰 **Cost** | Live costs with highlighted burn rate | `$49.00 ($16.55/h)` | | ⌛ **Session** | Time
Excerpt of 10,825 characters
Read on GitHub36
2
Would you bet a product on this? Bounded 0–100 and slow moving.
matched fp:e167d3be20ecfa89, llm:description: "Transform your Claude Code experience with a beautiful, informative statusline"; language: TypeScript