18 lines
247 B
Markdown
18 lines
247 B
Markdown
|
|
---
|
||
|
|
description: Show one-shot grok-build-hud snapshot
|
||
|
|
---
|
||
|
|
|
||
|
|
# /status — one-shot HUD
|
||
|
|
|
||
|
|
```bash
|
||
|
|
grok-hud status
|
||
|
|
# or:
|
||
|
|
grok-build-hud --once --follow-active --no-color
|
||
|
|
```
|
||
|
|
|
||
|
|
For the always-on same-window bar (recommended):
|
||
|
|
|
||
|
|
```bash
|
||
|
|
grok-hud-run
|
||
|
|
```
|