grafatui 0.1.9

A Grafana-like TUI for Prometheus
# Keyboard and Mouse

Grafatui is designed for keyboard-first dashboard inspection.

## Keyboard Controls

| Key | Action |
|---|---|
| `q` | Quit |
| `r` | Force refresh |
| `+` / `-` | Zoom out / in |
| `[` / `]` | Pan left / right in time |
| `0` | Reset to live mode |
| `Up` / `Down` or `k` / `j` | Select previous or next panel |
| `PgUp` / `PgDn` | Scroll vertically, or select panels in fullscreen |
| `Home` / `End` | Jump to top or bottom |
| `y` | Toggle Y-axis mode |
| `g` | Toggle autogrid guide lines |
| `1` through `9` | Toggle series visibility |
| `f` / `Enter` | Toggle fullscreen mode |
| `v` | Toggle value inspection mode |
| `e` | Export current view |
| `Ctrl+E` | Start or stop changed-frame recording |
| `/` | Search panels |
| `Left` / `Right` | Move cursor in inspect mode |
| `?` | Toggle debug info |

## Mouse Support

| Action | Behavior |
|---|---|
| Click | Select a panel, or move the cursor in fullscreen inspect mode |
| Drag | Move the cursor in fullscreen inspect mode |
| Scroll | Scroll the dashboard vertically |

In normal mode, clicking selects panels. Press `v` or `f` to use cursor-focused interactions.