commit 556b0776e2a848ff87b4d5e8f9f1a550c1a9dc1c parent 3c72f1c8072437088b36322a7cd6b461126e263c Author: Erik Loualiche <eloualic@umn.edu> Date: Sun, 1 Mar 2026 17:05:57 -0600 docs: update TUI keyboard shortcuts in README Add log view follow mode, jump, and page scrolling keys. Add missing r (resync) and scroll keys to dashboard view. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Diffstat:
| M | README.md | | | 46 | +++++++++++++++++++++++++++------------------- |
1 file changed, 27 insertions(+), 19 deletions(-)
diff --git a/README.md b/README.md @@ -317,28 +317,36 @@ The interactive TUI (default mode) provides two views: Dashboard and Logs. ### Dashboard View -| Key | Action | -|-----------|--------------------------------| -| `q` | Quit | -| `Ctrl+C` | Quit | -| `p` | Pause / resume watching | -| `l` | Switch to log view | -| `/` | Enter filter mode | -| `Enter` | Apply filter (in filter mode) | -| `Esc` | Clear filter (in filter mode) | +| Key | Action | +|--------------|--------------------------------| +| `q` | Quit | +| `Ctrl+C` | Quit | +| `p` | Pause / resume watching | +| `r` | Force a full resync | +| `l` | Switch to log view | +| `j` / `Down` | Scroll down | +| `k` / `Up` | Scroll up | +| `/` | Enter filter mode | +| `Enter` | Apply filter (in filter mode) | +| `Esc` | Clear filter (in filter mode) | ### Log View -| Key | Action | -|-----------|--------------------------------| -| `q` | Quit | -| `Ctrl+C` | Quit | -| `l` | Switch back to dashboard | -| `j` / `Down` | Scroll down | -| `k` / `Up` | Scroll up | -| `/` | Enter filter mode | -| `Enter` | Apply filter (in filter mode) | -| `Esc` | Clear filter (in filter mode) | +| Key | Action | +|--------------|--------------------------------| +| `q` | Quit | +| `Ctrl+C` | Quit | +| `l` | Switch back to dashboard | +| `j` / `Down` | Scroll down | +| `k` / `Up` | Scroll up | +| `PgDn` | Scroll down one page | +| `PgUp` | Scroll up one page | +| `G` | Jump to end | +| `g` | Jump to top | +| `f` | Toggle follow mode (tail -f) | +| `/` | Enter filter mode | +| `Enter` | Apply filter (in filter mode) | +| `Esc` | Clear filter (in filter mode) | ## Daemon Mode