A terminal statusline for Claude Code sessions.
go install github.com/Jason-Adam/vitals/cmd/vitals@latestAdd to ~/.claude/settings.json:
{
"statusLine": {
"type": "command",
"command": "vitals"
}
}To customize, run vitals --init to generate a config at ~/.config/vitals/config.toml.
# Install pre-commit hooks
brew install pre-commit
pre-commit install
# Run tests
make test