New User

GitHub - Claude-HUD style status line for Codex CLI

by
Claude-HUD style status line for Codex CLI: model, git, and 5h/7d usage at a glance. - aCodex HUD adds a real-time status line to Codex CLI so you can monitor model, Git context, and usage limits without leaving the terminal. It parses rollout logs, shows 5h/7d usage bars, and automatically switches between Spark and default limits based on the active model. Installation is one command with ./install.sh. nhannin/codex-hud

Add a comment

Replies

Best
New User
Maker
📌
I built Codex HUD to make Codex CLI sessions easier to monitor without leaving the terminal. It adds a real-time status line with: - active model - project + Git branch/dirty state - 5h and 7d usage bars - automatic Spark/default limit selection based on the current model Quick install: git clone https://github.com/anhannin/code... cd codex-hud/Codex-HUD ./install.sh Repo: https://github.com/anhannin/code... I’d really appreciate feedback on: - portability across Linux distros/shell setups - readability on narrow terminal widths - edge cases in usage/rate parsing Bug reports are welcome in GitHub Issues: https://github.com/anhannin/code...