Discover and explore top open-source AI tools and projects—updated daily.
Nanako0129AI-driven status line for enhanced coding environments
New!
Top 63.0% on SourcePulse
Summary
Coralline offers a Powerlevel10k-inspired status line for Claude Code, featuring an AI-driven interactive installer for effortless setup. It enhances productivity by displaying crucial information like Git status, Claude model details, token counts, rate limits, and session costs directly in the terminal.
How It Works
This status line is a lightweight bash script running every second, processing Claude Code's session JSON via stdin. It achieves high efficiency by using single jq and git status --porcelain=v2 commands, eliminating network calls and token consumption for minimal CPU overhead.
Quick Start & Requirements
Installation is primarily via a prompt in Claude Code, which interactively configures theme, segments, and layout. Manual setup involves cloning and configuring ~/.claude/settings.json. Prerequisites include jq and a Nerd Font terminal (or VL_ASCII=1 for glyph-free rendering). Supported platforms are macOS, Linux, and Windows with Git Bash.
Highlighted Details
jq, git) with zero token usage.Maintenance & Community
The provided README does not detail specific maintenance contributors, community channels, or roadmaps.
Licensing & Compatibility
Released under the permissive MIT license, allowing broad compatibility with commercial and closed-source projects.
Limitations & Caveats
Windows environments without Git Bash are currently unsupported due to PowerShell fallback limitations. A native PowerShell port is on the roadmap.
3 days ago
Inactive