public
Description: A set of scripts/programs to enable use of the Proximity application easily.
Homepage: http://samsouder.com
Clone URL: git://github.com/samsouder/proximity-detection-scripts.git
samsouder (author)
Thu Nov 13 10:25:04 -0800 2008
commit  f3ec51befb32cbeff6a2c0ea3cb1e473b13f8a27
tree    35776d598b8944a9d6514958a7d57442fa1e6694
README
# Proximity Detection Scripts and Programs

A set of applescripts and a cli program to enable easy use of the Proximity OS X program to lock and unlock your Mac via 
a bluetooth device's proximity to your Mac.

Note: The applescripts assume that the `notif` program is installed and run-able at the command line as `notif`, so the 
easiest thing to do is to add an alias in your bash profile to this effect --

  alias notif="/FULL/PATH/TO/proximity-detection-scripts/notif/bin/notif"

- For use with [Proximity](http://reduxcomputing.com/)
- Scripts derived from blog entry: [The 
Technocrat](http://web.mac.com/jhollington/technocrat/The_Technocrat/Entries/2007/3/18_Bluetooth_Proximity_Detection_on_
OS_X.html)