A simple tool for exporting OS X proxy settings as environment variables.
Build export-proxies using Xcode. Then add
eval `./path/to/export-proxies`
to your .profile, .bach_profile, .bashrc, or whatever file you're using to set up your environment.
NOTE:
If you want to use http protocol for https proxy, you should run
eval `./path/to/export-proxies --use-http-protocol-for-https-proxy`
instead.
This was inspired by Mark Assad's proxy-config that does not work with OS X 10.10.
Authors: