An open API service indexing awesome lists of open source software.

https://github.com/temikus/nloc

Nloc - network location switcher for Alfred
https://github.com/temikus/nloc

Last synced: 9 months ago
JSON representation

Nloc - network location switcher for Alfred

Awesome Lists containing this project

README

          

This workflow allows to quickly change between network locations.

Usage:

nloc network_location_name

Script supports autocompletion of known network locations.

NOTE: Due to changes in security policy on OS X 10.8, system _will_ ask you for your password after executing the workflow.
However, you can subvert the security protocol and avoid typing in the password every time by setting the suid bit on /usr/sbin/networksetup with:

sudo chmod u+s /usr/sbin/networksetup

OS X 10.7 system shouldn't ask for your password since it doesn't require the `networksetup` command to be executed with super user privileges.