OS X Users: Automatically Beemind yourself to a given location before a given time

Hi folks,
I wrote a simple shell script that will create a new Beeminder datapoint if your current system time is within a given window.

If you’re on OS X, you can trigger this script with the free ControlPlane app in order to automatically Beemind yourself to a given location before a given time.

I’m using this setup to Beemind myself to the office nice and early in the morning.

Shell script:

ControlPlane app:
http://www.controlplaneapp.com/

Happy Beeminding :slight_smile:

4 Likes

This script doesn’t seem to have any location awareness in it?

You still need to run it periodically, but it will only submit between certain times?

I guess you have it connected to a login script on your (stationary) work machine?

(If this is true, perhaps you could edit the post title to more accurately reflect the functionality.)

1 Like

The location awareness comes from ControlPlane app:
http://www.controlplaneapp.com

ControlPlane fires the script when my laptop connects to my office Wifi network. ControlPlane can be configured to detect location based on many evidence sources.

Second paragraph of the OP:

If you’re on OS X, you can trigger this script with the free ControlPlane app in order to automatically Beemind yourself to a given location before a given time.

2 Likes

Perhaps c.f. this primer on ControlPlane:

2 Likes

Thanks for the clarification and links, I was not familiar with ControlPlane.

Nice solution to a frequent problem.