aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy/console/help.py
Commit message (Collapse)AuthorAgeFilesLines
* Add an index counter to status bar.Aldo Cortesi2012-04-091-1/+0
|
* Add some missing help entries.Aldo Cortesi2012-04-081-16/+20
|
* Start prepping docs for 0.8Aldo Cortesi2012-04-041-0/+1
| | | | | Also add an interactive upstream-cert option to mitmproxy, and repair help for R shortcut.
* Move "M" shortcut key to global scope.Aldo Cortesi2012-04-021-0/+33
| | | | You now don't have to be viewing a flow to change global default view.
* Add modal help to GridEditor.Aldo Cortesi2012-03-221-1/+6
| | | | Also includes some minor refactoring and documentation stubs.
* Move mitmproxy reverse proxy shortcut to "P".Aldo Cortesi2012-03-181-1/+3
| | | | Also don't expose help from the help screen.
* 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.