From a83156ac084fdaf97e6cefc76ea3ddfd3f6a993a Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Fri, 13 Mar 2026 07:23:24 +0200 Subject: feat: add tui parquet recording controls --- internal/tui/help.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'internal/tui/help.go') 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", -- cgit v1.2.3