| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Timer.app.zip | 2026-02-07 | 2.0 MB | |
| 2.1.0 source code.tar.gz | 2026-02-07 | 1.8 MB | |
| 2.1.0 source code.zip | 2026-02-07 | 1.8 MB | |
| README.md | 2026-02-07 | 724 Bytes | |
| Totals: 4 Items | 5.6 MB | 1 | |
Added
- URL scheme support — e.g.
open "timer://5",open "timer://2:30?window=2"(#51) - Launch argument support — e.g.
open -a Timer --args 5 --window 2(#51) - AppleScript support with scripting definition — e.g.
tell app "Timer" to start timer "5"(#105) - CLI wrapper script (
timer-cli) withmake install-clitarget (#51) - Commands: start, stop, reset, pause, new — all with optional window targeting
- Time input formats:
5(5 min),2.5(2m30s fractional),2:30(2m30s colon) - Scroll wheel input for setting timer duration (#140)
- Open/closed hand cursor feedback on arrow control (#139)
Fixed
- Label colors now use Apple Lead (#191919) instead of pure black for better contrast