Back

Projects

Things I've built, mostly with Claude Code.

codometer

The dashboard for your Claude Pro subscription.

codometer in action — dashboard, status, and cleanup commands
git clone https://github.com/Chirag-Galani/codometer.git && cd codometer && ./install.sh

Claude Pro has a fuel tank — a 5-hour session window and a 7-day weekly window. Drive too hard and you'll hit empty with no warning. codometer puts a gauge on your dashboard: green means cruise, yellow means ease off, red means you're about to stall. It reads Claude Code's own odometer, so there's nothing to configure — just install and check your gauges.

Fuel gauge

Session and weekly usage with a color-coded needle — green means go, yellow means caution, red means you're redlining

Instrument cluster

Usage %, cost, lines changed, context window, GitHub PR status — your full dashboard in one line

Pit stop

Orphaned processes, debug logs, old CLI versions — pull in, clean up, get back on the road

Turn the key

Piggybacks on Claude Code's ignition — no tokens to paste, no config files. Install and go.

Commands

codometerCheck your gauges
codometer statusFull instrument panel
codometer cleanPit stop — clear the junk
codometer configTune your dashboard

Statusline — your instrument cluster

~/project (main) | S:27% (8AM) | $22.52 | +3252/-391 | 2h25m | C:55% | !3 | ⬆2.1.0
S:27%Fuel gauge — session window (5h)
$22.52Trip cost
+3252/-391Miles driven — lines added / removed
2h25mTime on the road
C:55%Engine temp — context window
!3Check engine light — issues to fix
⬆️2.1.0Newer model available

Nikunj Kothari called it “token anxiety” — that nagging feeling your engine's running but you can't see the fuel gauge. You floor it until you stall. codometer puts the needle where you can see it.

Bash 4.0+jqcurlbcClaude Code CLI