
Security News
NIST Officially Stops Enriching Most CVEs as Vulnerability Volume Skyrockets
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.
@sponzig/cc-statusline
Advanced tools
Interactive CLI tool for generating custom Claude Code statuslines
🚀 Transform your Claude Code experience with a beautiful, informative statusline
Real-time directory, git branch, model info, costs, and session time tracking
One command. Two questions. Beautiful statusline. ✨
npx @sponzig/cc-statusline init
That's it! Answer 2 simple questions, restart Claude Code, and enjoy your new statusline.
Transform your bland Claude Code terminal into an information-rich powerhouse:
~ abbreviation| Feature | Description | Example |
|---|---|---|
| 📁 Directory | Current working directory | ~/my-project |
| 🌿 Git Branch | Active git branch | main |
| 🤖 Model | Claude model name & version | Opus 4.1 |
| 💵 Usage & Cost | Real-time costs with hourly rate | $2.48 ($12.50/h) |
| ⌛ Session Time | Time until reset with progress | 2h 15m until reset (68%) |
| 🔄 Cache Efficiency | Prompt caching performance | 85% (saved 12k tok) |
| 📏 Context Usage | Context window utilization | 45% (90k/200k) |
| Feature | Description | Example |
|---|---|---|
| 📊 Token Stats | Total tokens consumed | 45,230 tok |
| 🔥 Burn Rate | Tokens per minute | 847 tpm |
| 📈 Cost Projections | Estimated session cost | →$12.50 (2h left) |
| ⚠️ Efficiency Alerts | Performance warnings | ⚠$15.2/h ⚠85%ctx |
| 💻 CPU Usage | System CPU monitoring | 15%✓ |
| 🧠 RAM Usage | Memory utilization | 8.2G/16G |
| ⚡ System Load | Load averages with trends | 1.2↘✓ |
Minimal Setup:
📁 ~/my-app 🌿 main 🤖 Claude Sonnet
Full Power Mode:
📁 ~/projects/ai-tools 🌿 feature/statusline 🤖 Opus 4.1 ⌛ 2h 15m until reset (68%) 💵 $16.40→$24.50 🔄 87% 📏 65% 💻 15%✓ 🧠 8.2G/16G ⚡ 1.2↘✓
Smart Compact Mode (auto-activates with 6+ features):
📁 ~/ai-tools 🌿 test/vite 🤖 Sonnet 4 💻 6%⚠ 🧠 1G/31G (3%) ⚡ 1.1✓ (8c: 1.08/1.10/1.73) ⌛ 1h20m 💰 $66→$91 ⚡94% 📏76% 🔥259840
Test your statusline before restarting Claude Code:
cc-statusline preview .claude/statusline.sh
What preview does:
# Generate to custom location
cc-statusline init --output ./my-statusline.sh
# Skip auto-installation (manual setup)
cc-statusline init --no-install
# Global installation for convenience
npm install -g @sponzig/cc-statusline
NO_COLOR and other conventionsnpx - no install needed)command -v jq && echo "✅ Ready to go!"
After installation, you'll have a clean setup:
.claude/
├── statusline.sh # 🎯 Your generated statusline script
└── settings.json # ⚙️ Auto-updated Claude Code configuration
If auto-configuration fails, simply add this to .claude/settings.json:
{
"statusLine": {
"type": "command",
"command": ".claude/statusline.sh",
"padding": 0
}
}
.claude/settings.json contains the configuration abovechmod +x .claude/statusline.shcc-statusline preview .claude/statusline.shbrew install jq (macOS) or apt install jq (Ubuntu)npx ccusage@latest| Metric | Target | Typical |
|---|---|---|
| Execution Time | <100ms | 45-80ms |
| Memory Usage | <5MB | ~2MB |
| CPU Impact | Negligible | <1% |
| Dependencies | Minimal | jq only |
Benchmarked on macOS with all features enabled
We love contributions! 🎉
Quick Start:
git clone https://github.com/Sponzig/cc-statusline
cd cc-statusline
npm install && npm run build
Contribution Areas:
See our Contributing Guide for detailed information.
See CHANGELOG.md for detailed release history.
MIT License - see LICENSE file for details.
Made by Sponzig
FAQs
Interactive CLI tool for generating custom Claude Code statuslines
The npm package @sponzig/cc-statusline receives a total of 0 weekly downloads. As such, @sponzig/cc-statusline popularity was classified as not popular.
We found that @sponzig/cc-statusline demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.

Security News
Socket CEO Feross Aboukhadijeh joins 10 Minutes or Less, a podcast by Ali Rohde, to discuss the recent surge in open source supply chain attacks.