mike820324 / microProxy

A http/https interceptor written in pure python.
MIT License
17 stars 3 forks source link

[TUIViewer]: Adding esc key to escape the search view instead of using q. #191

Closed mike820324 closed 8 years ago

mike820324 commented 8 years ago

Currently, the behavior of the q key is something like go back to the previous view. And when there is no previous view, we end the tui viewer.

The are two things that I want to propose,

mike820324 commented 8 years ago

By the way, since there may be some big changes in the proxy itself. I suggest we start work on new feature in the next release.

chhsiao90 commented 8 years ago

I think user prompt is better! Yeah~ 2.0.0 gogo~~ haha

mike820324 commented 8 years ago

User prompt? you mean pop up a modal window? It would be really nice.

chhsiao90 commented 8 years ago

The user prompt will show up at the footer, just ask user to enter q to quit!

mike820324 commented 8 years ago

OK, got it. Just like mitmproxy. XD

chhsiao90 commented 8 years ago

Reference https://github.com/chhsiao90/gviewer/issues/39