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

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 format

Some of the supported time formats:

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.