Is there a way for searching plain text in Mitmproxy views (Flow list
, Flow view
, Keybindings
, Commands
)? I can filter the flows by pressing f
but I'm really missing feature like /
in Vim. It would be faster to navigate to the right flow and in the meanwhile preserve the current view_filter.
It's not documented but in the Flow view -> Response
there is a search (/)
functionality which unfortunately highlights the whole matching line making it difficult to read.
Currently, I use the search feature of tmux, but it can find only on the current viewport.