From bcaa22111ac619e317f7adfd60a1fc6bd4db8d29 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Mon, 9 Mar 2026 22:54:11 +0200 Subject: tui: export filtered stream rows from global CSV action (task 364) --- AGENTS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'AGENTS.md') diff --git a/AGENTS.md b/AGENTS.md index 6eb7dc4..0eabe9f 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -55,8 +55,8 @@ Generator source code: - **Default mode** is TUI (`-plain` disables TUI and prints CSV rows to stdout). - **TUI trace flow** ingests events into the in-memory stats engine; it does **not** continuously write trace rows to disk. -- **File output in TUI** is explicit export only (`e`), writing `ior-snapshot-.csv` in the current directory. -- **Export toggle flag**: `-tuiExport=true|false` (default `true`) enables or disables TUI snapshot file export at runtime. +- **File output in TUI** is explicit export only (`e`), writing `ior-stream-.csv` in the current directory from the current filtered stream snapshot. +- **Export toggle flag**: `-tuiExport=true|false` (default `true`) enables or disables TUI stream CSV export at runtime. - **Tab navigation** supports `tab/shift+tab`, numeric keys `1..6`, and directional keys `left/right` and `h/l`. - **When export is disabled**, export key hints are hidden from dashboard help and `e` does not open export modal. -- cgit v1.2.3