Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 1.58 KB

README.md

File metadata and controls

24 lines (15 loc) · 1.58 KB

ControlPlane

What is ControlPlane

ControlPlane, a fork of MarcoPolo, brings context-senstive awareness to OS X. With ControlPlane you can intelligently reconfigure your Mac or perform any number of actions based on input from a wide array of evidence sources including but not limited to available WiFi networks, connected monitors, connected and nearby bluetooth devices, currently running apps and other configurable sources.

How ControlPlane Works

Using fuzzy logic, ControlPlane decides where you are and what you are doing (called a Context) using rules that you configure to then carry out any number of configured actions

An example of how to use ControlPlane may include disabling the screensaver password while at work but enabling it when away from work. Another example would be to set your Adium status and lock your screen if your cell phone out of bluetooth range.

How to Get ControlPlane

You can download the most recent version of ControlPlane from http://www.macupdate.com/app/mac/39644/controlplane. Once installed you will be automatically notified of any new updates the become available.

Building ControlPlane from Source

ControlPlane is free, open source software hosted at https://github.com/dustinrue/ControlPlane. If you wish to build ControlPlane yourself you can do so by cloning the ControlPlane code to your computer using the Github app for Mac. Once cloned, open the project file in Xcode and issue command+b to build the app or command+r to build and run it.