timer.mob.sh is a shared team timer for the tool mob.sh (Version 2.0.0 or later).
Define your team room by using a non-guessable string for your team.
Configure mob.sh by setting an environment variable (e. g. in your ~/.zshrc
file).
export MOB_TIMER_ROOM=myteam-327266
Start a new terminal. The mob
tool now sends a request to the timer.mob.sh server
when a new timer was started, including the current timer interval and your configured Git username (git config user.name
).
Use mob
as normal:
mob start 10
mob timer 10
mob break 5
All team members can view the timer at https://timer.mob.sh/myteam-327266
You can overwrite the username by setting this environment variable:
export MOB_TIMER_USER=override-git-user