diff options
| author | Paul Buetow <paul@buetow.org> | 2026-03-13 07:23:24 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-03-13 07:23:24 +0200 |
| commit | a83156ac084fdaf97e6cefc76ea3ddfd3f6a993a (patch) | |
| tree | 6f586234e616d57ed0a938c98fa3b0aef9e20f6b /internal/tui/help.go | |
| parent | c9d22e32dc9d8d0447beb4ffa78f47a03d0cddc4 (diff) | |
feat: add tui parquet recording controls
Diffstat (limited to 'internal/tui/help.go')
| -rw-r--r-- | internal/tui/help.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/tui/help.go b/internal/tui/help.go index db8d9b2..d63c198 100644 --- a/internal/tui/help.go +++ b/internal/tui/help.go @@ -49,7 +49,7 @@ type helpSection struct { func (m Model) helpSections() []helpSection { globalLines := []string{ "H help esc/? close help q quit", - "f filter p pid picker t tid picker o probes", + "f filter p pid picker t tid picker o probes R parquet rec", } if help := m.keys.Export.Help(); help.Key != "" || help.Desc != "" { globalLines[1] += " e stream export" @@ -63,7 +63,7 @@ func (m Model) helpSections() []helpSection { { title: "Dashboard Tabs", lines: []string{ - "tab/shift+tab tabs 1..7 jump tab r reset baseline", + "tab/shift+tab tabs 1..7 jump tab r reset baseline R parquet rec", "sys/files/proc/stream tables: arrows or hjkl move pgup/pgdown page g/G top/bottom", "sys/files/proc tables: s sort S reverse sort", "sys/proc: v bubbles b metric events/bytes", |
