<- Back | |
A pomodoro timer | |
================ | |
Read about the Pomodoro Technique: | |
gopherpedia | |
wikipedia | |
grap a copy: | |
git clone git://kroovy.de/pomodoro | |
draws a bar for a pomodoro-timer: | |
- it runs for the full duration (25 + 5 mins). | |
- the bar will be drawn into a file ($pomfile). | |
from there you can read the bar repeatedly to | |
get the current progress. | |
by default the bar visualizes: | |
- a work timespan of 25min | |
- a relax timespan of 5min | |
Features: | |
- customizable ascii characters for each: work/relax | |
- customizable delimiter | |
- toggable sound (ding!) | |
Personally, I use it in combination with slstatus: | |
suckless.org/slstatus | |
Here you can see a screenshot with a showcase: | |
showcase.png |