Add mitmproxy configuration - dotfiles - leot's dotfiles
(HTM) hg clone https://bitbucket.org/iamleot/dotfiles
(DIR) Log
(DIR) Files
(DIR) Refs
---
(DIR) changeset 56a873fe1fab0d8a257cb5c71f58a87e0eac873f
(DIR) parent 212116211ed717443551ce1421e75c6b3f8934a4
(HTM) Author: Leonardo Taccari <iamleot@gmail.com>
Date: Mon, 22 Jul 2019 21:22:08
Add mitmproxy configuration
Mouse handling in terminal IMHO makes copy/paste via mouse hard and
console_palette `dark' permit mitmproxy to be completely usable on 16 color
terminals.
Diffstat:
mitmproxy/config.yaml | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
---
diff -r 212116211ed7 -r 56a873fe1fab mitmproxy/config.yaml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/mitmproxy/config.yaml Mon Jul 22 21:22:08 2019 +0200
@@ -0,0 +1,6 @@
+# Console mouse interaction. Type bool.
+console_mouse: false
+
+# Color palette. Valid values are 'dark', 'light', 'lowdark',
+# 'lowlight', 'solarized_dark', 'solarized_light'.
+console_palette: dark