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) --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index e1ab916..4f95aac 100644 --- a/README.md +++ b/README.md @@ -109,7 +109,7 @@ Help visibility: - `5`: `Latency+Gaps` tab. - `6`: `Stream` tab. - `7`: `Stream` tab (alias). -- `e`: export snapshot summaries CSV (`ior-snapshot-.csv`) in current working directory. +- `e`: export filtered stream rows to CSV (`ior-stream-.csv`) in current working directory. - `p`: re-open process selector (PID selection flow). - `t`: open TID selector flow. - `o`: open probe selection/toggling dialog. @@ -172,7 +172,7 @@ Undo: - `X`: export filtered stream rows to CSV with filename prompt. - `E`: open last stream-exported CSV in foreground editor (`SUDO_EDITOR` -> `VISUAL` -> `EDITOR` -> fallback `vi`). -Important export distinction: +Export behavior: -- `e` exports dashboard snapshot summaries. -- `x`/`X` export raw stream rows currently visible under active stream filters. +- `e` exports a fresh filtered stream snapshot using the current shared TUI filter, even outside paused mode. +- `x`/`X` export the currently paused stream rows, preserving the stream tab's exact paused view. -- cgit v1.2.3