@cc-status-line/cli
v0.4.2
Published
Multi-line, mode-switchable status line for Claude Code (Rust binary, npm-distributed)
Maintainers
Readme
@cc-status-line/cli
Multi-line, mode-switchable status line for Claude Code.
Pure Rust binary, distributed through npm so any Claude Code user can install it without a Rust toolchain.
Quick start
npx -y @cc-status-line/cli --versionThen in ~/.claude/settings.json:
{
"statusLine": {
"type": "command",
"command": "npx -y @cc-status-line/cli render"
}
}For best performance install globally so the binary is on PATH:
npm install -g @cc-status-line/cliThen:
{
"statusLine": {
"type": "command",
"command": "ccs render"
}
}Documentation
Full README, architecture, and Chinese usage guide: https://github.com/hankeGui/cc-status
