Skip to main content

MacPacbot is a Python toolkit of PAC(auto proxy configuration) for Mac OS X

Project description

MacPacbot is a Python toolkit of PAC(auto proxy configuration) for Mac OS X, which makes it much easier to create, edit and enable PAC script.
It could transform a simple YAML config into a valid PAC script.

## Usage

Transform YAML info PAC, automatically detect network-service and update auto proxy configuration:

sudo pacbot <yaml_file> [-o <pac_file>]

Update auto proxy configuration with an existing PAC file:

sudo pacbot -u <pac_file>

Disable auto proxy in current network-service:

sudo pacbot -s off

Vim plugin:

function! EnablePAC()
if &filetype == 'javascript'
!sudo pacbot -u %
elseif &filetype == 'yaml'
!sudo pacbot %
endif
endfunction

command! PACenable call EnablePAC()
autocmd! bufwritepost *.pac :PACenable
autocmd! bufwritepost *.ypac :PACenable

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

MacPacbot-1.0.9.tar.gz (4.9 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page