Add cc-token-status — macOS menu bar usage dashboard
loading diff…
Adds cc-token-status to the Development & Code Tools section.
What it does: A macOS menu bar dashboard for Claude Code. Single-file Python plugin via SwiftBar. Shows:
**/*.jsonl scanning that catches Task-tool subagents (most parsers miss this and lose ~50% of history)~/.claude/projects/ from Claude Code's silent 30-day deletion (sets cleanupPeriodDays=99999)Why it fits: A standalone developer tool that enhances the Claude Code experience with real-time usage visibility and cost awareness, without leaving your workflow. Single Python file, no dependencies, MIT licensed.
One-line install: ```bash curl -fsSL https://raw.githubusercontent.com/jayson-jia-dev/cc-token-status/main/install.sh | bash ```