chrismdp / sing_pomodoro
- Source
- Commits
- Network (2)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
Chris Parsons (author)
Tue Oct 13 03:27:52 -0700 2009
| name | age | message | |
|---|---|---|---|
| |
README | Tue Oct 13 03:27:52 -0700 2009 | |
| |
TODO | Tue Oct 06 16:11:58 -0700 2009 | |
| |
bin/ | Tue Oct 06 16:18:24 -0700 2009 | |
| |
config.ru | Wed Sep 30 09:19:36 -0700 2009 | |
| |
config/ | Thu Oct 01 11:00:29 -0700 2009 | |
| |
db/ | Tue Oct 06 00:49:25 -0700 2009 | |
| |
lib/ | Tue Oct 06 16:11:58 -0700 2009 | |
| |
public/ | Tue Oct 06 15:51:54 -0700 2009 | |
| |
rakefile.rb | Thu Oct 01 11:00:29 -0700 2009 | |
| |
spec/ | Wed Oct 07 01:08:57 -0700 2009 | |
| |
views/ | Tue Oct 13 03:27:52 -0700 2009 |
README
Sing Pomodoro - Pomodoro tracking, statistics and accountability To use: 1. bin/pomodoro [action] [people] OR: POST to http://sing-pomodoro.heroku.com/<action>/<urlencode(people)> People is formatted as follows: "My Name <my@email.address>" You can pass multiple people by seperating them with commas. Note that we don't show email addresses on the website, just the name you supply. Action can be: start - Start a pomodoro finish - Finish a pomodoro. If a pomodoro is finished less than 25 minutes then it counts as failed. interrupt - Register an interrupt. Currently this just increments a counter. For example: bin/pomodoro start "My Name <my@email.address>" bin/pomodoro finish "My Name <my@email.address>" 2. View the result at http://sing-pomodoro.heroku.com The output is pretty basic so far: ideas for stats welcome! To use the pomodoro timer app for OSX: 1. Open preferences 2. Click script 3. Check the box next to the following events and put in the following: start: do shell script "~/path/to/bin/pomodoro start \"$pomodoroName\"" interrupt: do shell script "~/path/to/bin/pomodoro interrupt \"$pomodoroName\"" reset: do shell script "~/path/to/bin/pomodoro finish \"$pomodoroName\"" end: do shell script "~/path/to/bin/pomodoro finish \"$pomodoroName\"" You'll need to type in your "Name <email>,Name <email" as the pomodoro name when you start.
