A terminal dashboard that tracks your Claude Code session time and weekly plan usage in real time.
- Session (5h) — time remaining in the current 5-hour rate-limit window and a progress bar
- Weekly usage — how far through your weekly plan cycle you are and when it resets
- Go 1.21+
- Claude Code installed (reads
~/.claude/projects/)
git clone https://github.com/SensorEvolve/claude_dash.git
cd claude_dash
go run main.goOr build a binary:
go build -o claude_dash
./claude_dashOn first launch you'll be asked what day and time your Claude plan resets (e.g. Saturday / 09:00). The answer is saved to ~/.goclaude.json and never asked again.
To reconfigure, delete ~/.goclaude.json and relaunch.
Ctrl+C