2026-07-17 15:45:25 +08:00
|
|
|
---
|
2026-07-17 16:27:35 +08:00
|
|
|
description: Show live Grok Build context + quota status strip
|
2026-07-17 15:45:25 +08:00
|
|
|
---
|
|
|
|
|
|
2026-07-17 16:27:35 +08:00
|
|
|
# HUD status
|
2026-07-17 15:45:25 +08:00
|
|
|
|
|
|
|
|
```bash
|
|
|
|
|
grok-hud status
|
2026-07-17 16:27:35 +08:00
|
|
|
# or
|
2026-07-17 15:45:25 +08:00
|
|
|
grok-build-hud --once --follow-active --no-color
|
|
|
|
|
```
|
|
|
|
|
|
2026-07-17 16:27:35 +08:00
|
|
|
Prints the multi-line status (context, usage, tokens, tools) once.
|
2026-07-17 15:45:25 +08:00
|
|
|
|
2026-07-17 16:27:35 +08:00
|
|
|
For always-on same-window strip: start with `grok` (or `grok-hud-run`).
|