Tadam URL Schemes
Start work timer
tadam://start?time=10min
Starts a 10-minute work timer.
tadam://start?time=5:30&open=true
Starts a 5-minute 30-second work timer and opens the timer UI
time
- timer duration (same format as in the app — see "Time format" section)
open
- if true
or 1
, the timer UI will be opened
Start break timer
tadam://break?time=5
Starts a 5-minute break
tadam://break?time=10min&mini=true
Starts a 10-minute break (in the small UI mode)
time
- same as for work timers
mini
- opens break window in collapsed mode if true
or 1
Time format
Some of the supported time formats:
10
- 10 minutes
10:30
- 10 minutes, 30 seconds
1h
2h5min20sec
5ч 10мин 20с
- Russian formatting for hours/minutes/seconds
Control the timer
tadam://pause
tadam://resume
tadam://stop
Pauses, resumes, or stops the timer (regardless of whether it's in work or break mode)
Miscellaneous
tadam://start
Opens "Start work" UI
tadam://break
Opens "Time for a break" UI
tadam://help
Opens this page in default browser 😎
x-callback-url
Tadam partially supports x-callback-url
spec.
You can prefix all actions with x-callback-url
, for example tadam://x-callback-url/start?time=10min
.
You can also supply x-success
param — the passed URL will be opened immediately after the performed action.
x-error
and other x-callback-url
params are not supported.