From 085873f615ae7d23345ae6518aa508bd5d85c0d9 Mon Sep 17 00:00:00 2001 From: Robert Klep Date: Tue, 15 Sep 2015 16:12:31 +0200 Subject: [PATCH] Updated README --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index 291b2c1..a1d5e68 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,24 @@ this from the same directory as `setup.py`: This should output any errors to stdout, so you might get a clue as to why it's not working. If it warrants an issue report, you're welcome! +## Environment + +_ToggleProxy_ will call `launchctl` to set various environment variables to point to the current proxy value: + +- `http_proxy/HTTP_PROXY` +- `https_proxy/HTTPS_PROXY` +- `ftp_proxy/FTP_PROXY` + +To retrieve the current value, you can call this command (from the commandline, or a shell script): + + launchctl getenv http_proxy + +## Authors / Contributors + +- @robertklep +- @arnaudruffin +- @mkoistinen + ## Author & License Copyright (C) 2011-2013 by Robert Klep (_robert AT klep DOT name_).