Skip to content

Latest commit

 

History

History
74 lines (39 loc) · 1.67 KB

README.rst

File metadata and controls

74 lines (39 loc) · 1.67 KB

proxyguy

Documentation Status Updates

proxyguy helps you manage and switch between different network proxy environments and configurations (or none at all) in your linux computer

Installation

Download/Clone this project to your local system. In the proxyguy directory, run

pip install .

NOTE: requires that pip has already been installed you the system.

Usage

To view available commands, simply run:

proxyguy

Use the following to create a new proxy configuration:

proxyguy new

then fill in required fields.

To activate, run:

proxyguy activate <profile_name>

where <profile_name> is the name of a created configuration profile

Features

  • Create and activate different proxy configuration environments

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.