9.0.0.3
Tomato Timer
| (require tomato-timer) | package: tomato-timer | 
To start a 25 minute timer:
$ raco tomato-timer  | 
To start an N minute timer:
$ raco tomato-timer N  | 
To record TODO list items while the timer is running, type them in the terminal:
$ raco tomato-timer  | 
feed the cat  | 
google 'ron paul'  | 
clean keyboard  | 
This example will print:
TIME UP  | 
postponed items:  | 
- [ ] feed the cat  | 
- [ ] google 'ron paul'  | 
- [ ] clean keyboard  | 
To learn more:
$ raco tomato-timer --help  |