aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy/console/help.py
Commit message (Collapse)AuthorAgeFilesLines
* License notifications, minor docs.Aldo Cortesi2012-02-231-0/+15
|
* connection -> flow in libmitmproxy/consoleAldo Cortesi2012-02-211-1/+1
| | | | "Flow" is the correct term here - every connection can have multiple flows.
* Tweaks for reverse proxy modeAldo Cortesi2012-02-211-0/+1
| | | | | | - Unify key bindings over connection and connection list view - Add help entry - Unset reverse proxy when a blank value is specified
* Better formatting for headers, help and other key-value displays.Aldo Cortesi2012-02-111-15/+17
| | | | We now use proper Columns, rather than laying it out manually.
* Further keybinding consolidation.Aldo Cortesi2012-02-081-9/+10
| | | | Also, move KVEditor's "i" binding to "A" to avoid clashes with global bindings.
* Start consolidating keybindings.Aldo Cortesi2012-02-081-17/+0
| | | | | | I want each view to have a more coherent set of bindings. This means minimizing the global bindings, and making some bindings accessible only from screens related to their functionality.
* Move to context-dependent help model.Aldo Cortesi2012-02-081-27/+11
| | | | The all-in-one page was just getting too unwieldy.
* Refactor console.Aldo Cortesi2012-02-071-0/+146
Split the console implementation out into logical components.