tobias (owner)

Revisions

gist: 227129 Download_button fork
public
Public Clone URL: git://gist.github.com/227129.git
Embed All Files: show embed
Text only #
1
2
3
4
5
6
7
8
9
# on Start
do shell script "~/bin/set_campfire_status.rb \"Starting Pomodoro '$pomodoroName'\""
 
# on End
do shell script "~/bin/set_campfire_status.rb \"Pomodoro '$pomodoroName' ended\""
 
# on Reset
do shell script "~/bin/set_campfire_status.rb \"Pomodoro '$pomodoroName' ended (reset)\""