Proxy management tool for terminal.
pip install terminal-proxyproxy config 127.0.0.1:1080# If you are on Windows, please run as administrator
# Turn on all proxies
proxy on
# Turn on http proxy
proxy on --http
# Turn on git proxy
proxy on --git# Show all proxies. Also supports --http and --git
proxy show# Turn off all proxies. Also supports --http and --git
proxy off