fuel-gauge
v0.2.0
Published
Terminal dashboard for AI coding-service quotas: ten providers, one screen.
Downloads
413
Maintainers
Readme
Fuel Gauge
Fuel Gauge is an interactive terminal dashboard for monitoring AI coding-service quotas across multiple providers from one place.
Supported sources
- GitHub Copilot
- Codex
- Antigravity
- Claude Code
- Kiro
- Cursor
- Oh My Pi
- gjc
- OpenCode
- FuelGauge API-key sources
Requirements
- A terminal with TTY support for the interactive dashboard
Install
npm install --global fuel-gaugeBoth installed commands launch the same dashboard:
fuel-gauge
fggFuel Gauge discovers compatible local credentials automatically. Use the Auth tab to import, add, remove, or reauthenticate accounts supported by each source.
Usage
Run Fuel Gauge in an interactive terminal:
fuel-gaugeWhen stdin or stdout is not a TTY, Fuel Gauge prints one cached, token-free snapshot without performing network requests or starting authentication flows:
fuel-gauge | catClear cached accounts while preserving settings:
fuel-gauge --clear-cacheThe next interactive launch imports compatible local accounts again.
Keys
| Key | Action |
| --- | --- |
| Tab / Shift+Tab | Switch tabs |
| j / k or arrow keys | Move selection |
| Enter | Open or confirm the selection |
| Esc | Close an overlay or cancel authentication |
| r | Refresh the selected source |
| R | Refresh all sources sequentially |
| a | Open account management |
| h | Manage account visibility |
| x / X | Hide the selected account / show all accounts |
| s | Open settings |
| ? | Open help |
| q | Quit |
Credentials and privacy
Credentials are stored in private local files. UI state and non-interactive snapshots use token-free account summaries; credential values are not rendered or logged. Provider requests are made directly from the local process.
Development
npm install
npm run typecheck
npm run lint
npm test
npm run buildRun the built CLI end-to-end tests with:
npm run build
npm run test:distLicense
MIT
