Until Zero - タイマー is a toy program allowing to sequence multiple timers. It can be used as a pomodoro timer, or you can also set up your own custom timers list.
The timer sequence configuration field must respect the following syntax without spaces:
minutes:secondes + minutes:secondes + minutes:secondes + ...
Note that :secondes
is non-mandatory and only minutes
is needed to set a timer.
- 1 minute:
1
- 1 minute:
0:60
- 3 x 5 minutes:
5+5+5
- 1 minute + 2 minutes and 10 seconds:
1+2:10
- 1 hour + 5 minutes and 30 seconds:
60+5+0:30
- 1 day (24 x 60 minutes):
1440
You can also use the pomodoro buttons to sequence your timers.
TASK
: 25 minutesSHORT BREAK
: 5 minutesLONG BREAK
: 20 minutes
Here is an example for four task sessions with two short breaks and one long break: 25+5+25+20+25+5+25
Once you configured your timers you can start the sequence by clicking on START
. The timer window should appear on top of your screen, if the position does not please you, you can move it around by holding the drag zone on the right. If you want to reset the timer window position, double-click on the drag zone icon ⋮
.
Until Zero - タイマー has some feature limitations:
minutes
max config value is9999
seconds
max config value is9999
- A maximum of
40
timers can be added to the sequence.