best-claude-hud
v0.1.10
Published
Minimal Claude Code statusline HUD powered by Rust
Maintainers
Readme
best-claude-hud
Minimal Claude Code statusline HUD powered by Rust.
Install
npm install -g best-claude-hud && best-claude-hud --setupFor users in China:
npm install -g best-claude-hud --registry https://registry.npmmirror.com && best-claude-hud --setupClaude Code Configuration
npm install -g best-claude-hud only installs the command. Claude Code will not show the HUD until statusLine is configured.
Recommended:
best-claude-hud --setupManual configuration:
{
"statusLine": {
"type": "command",
"command": "/path/to/best-claude-hud",
"padding": 0
}
}best-claude-hud --setup resolves the installed command to an absolute path when possible.
Commands
best-claude-hud --help
best-claude-hud --version
best-claude-hud --setup
best-claude-hud --config
best-claude-hud --theme minimalThe npm package installs the best-claude-hud command and resolves the matching native binary through platform-specific optional dependencies.
Links
- GitHub: https://github.com/GaoSSR/best-claude-hud
- Issues: https://github.com/GaoSSR/best-claude-hud/issues
- License: Apache-2.0
