I do something like this with a script called "boss.py'.
It regex matches time patterns from a dict and yells out the value by calling the mac 'say' command. I have it configured to yell at me to focus every 5 minutes and to lock me into a pomodoro-like work cycle. I run it on days I can't seem to get going.
care to put it on github? I'd love to give it a try (though I don't have too many problems focusing myself. I'm in the middle of a workday, just doing some..shit, HN).
It regex matches time patterns from a dict and yells out the value by calling the mac 'say' command. I have it configured to yell at me to focus every 5 minutes and to lock me into a pomodoro-like work cycle. I run it on days I can't seem to get going.