mirror of
https://github.com/jarrodwatts/claude-hud.git
synced 2026-05-21 07:22:44 +00:00
Real-time terminal HUD for Claude Code showing: - Context usage meter - Tool activity stream - Subagent visualization - MCP status indicators - Todo list tracking - Modified files Built with React/Ink for terminal UI. Supports tmux, iTerm2, Kitty, WezTerm, Zellij, Windows Terminal.
57 lines
563 B
Plaintext
57 lines
563 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
|
|
# Build output (users rebuild locally)
|
|
dist/
|
|
*.tsbuildinfo
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Runtime data
|
|
pids/
|
|
*.pid
|
|
*.seed
|
|
*.fifo
|
|
|
|
# OS files
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
ehthumbs.db
|
|
Thumbs.db
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# Environment/secrets (safety)
|
|
.env
|
|
.env.*
|
|
*.pem
|
|
*.key
|
|
secrets/
|
|
credentials/
|
|
|
|
# Test coverage
|
|
coverage/
|
|
.nyc_output/
|
|
|
|
# Temp files
|
|
tmp/
|
|
temp/
|
|
*.tmp
|
|
|
|
# Lock files (optional - keep bun.lock for reproducibility)
|
|
# bun.lock
|
|
package-lock.json
|
|
yarn.lock
|