proxyconf
proxyconf is a proxy switcher for terminal.
proxyconf currently supports Mac only.
Installation
First, install proxyconf via gem.
$ gem install proxyconf
Second, setup using proxyconf-setup command
$ proxyconf-setup
then it creates ~/.proxyconf directory and append setting for proxyconf into your ~/.bash_profile.
Usage
Simply type proxyconf in your terminal.
$ proxyconf
Then proxyconf exports environment variable 'http_proxy', 'https_proxy' and 'ftp_proxy' based on your system preference.
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request