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 opt...