In the TUI, allow the user to narrow the captured traffic list by typing a search term.
Motivation
PID filtering is impractical: the user doesn't know the PID until traffic is already flowing. Filtering by human-readable identifiers — comm name or request path — covers the real use cases:
- "Show only nginx traffic" → filter by comm
nginx
- "Show only requests to /api/..." → filter by path prefix
Proposed UX
Press / to enter filter mode. Type a term; the row list narrows in real time to rows where comm or path contains the term (case-insensitive). Press Esc to clear the filter and return to the full list.
Scope
In the TUI, allow the user to narrow the captured traffic list by typing a search term.
Motivation
PID filtering is impractical: the user doesn't know the PID until traffic is already flowing. Filtering by human-readable identifiers — comm name or request path — covers the real use cases:
nginxProposed UX
Press
/to enter filter mode. Type a term; the row list narrows in real time to rows where comm or path contains the term (case-insensitive). PressEscto clear the filter and return to the full list.Scope
/key opens an inline filter input at the bottom of the tableEscclears the filter