This is the official Homebrew tap for ccstatus — a CLI tool that shows Claude Code usage (session and weekly) in the statusline.
This repository contains only the Homebrew formula.
Source code: https://github.com/tharuxpert/ccstatus
💬 Feedback & ideas: https://github.com/tharuxpert/ccstatus/discussions
brew tap tharuxpert/ccstatus
brew install ccstatusAfter installing, run:
ccstatus installThis configures ccstatus for your shell.
brew update
brew upgrade ccstatusIf the formula changes but the version number stays the same, Homebrew won't upgrade automatically. Force a reinstall:
brew reinstall ccstatusbrew uninstall ccstatus
brew untap tharuxpert/ccstatus| Scenario | Command |
|---|---|
| First-time install | brew tap tharuxpert/ccstatus && brew install ccstatus |
| New version released | brew update && brew upgrade ccstatus |
| Formula changed, same version | brew reinstall ccstatus |
| Remove completely | brew uninstall ccstatus && brew untap tharuxpert/ccstatus |
- Homebrew installs the binary to
$(brew --prefix)/bin/ccstatus. - Homebrew does not auto-configure Claude Code; run
ccstatus installafter installation.
MIT