An interactive timer built on top of mob.sh that automates keyboard switching during mob programming sessions.
- Clone this project
git clone https://github.com/Julien-Fischer/mobtime.git
- Run the installation wizard
./install.sh
A mobtime session typically involves two steps:
mobstartto start driving:- Stop driving. You can either type:
mobnextto pass the keyboard to someone else, ormobdoneto end the mob session
- Bash
- Git
- mob.sh
- Java Runtime Environment (JRE) 21
- Maven (when installing mobtime for the first time)
This software was designed for Linux, and was primarily tested on Debian 12 and Kubuntu 24.
--start(Command) Start a new driving session--duration(Option) Set session duration in minutes (15 by default). Accepts: any positive integer--auto-next(Option) Automatically execute mob next when time runs out--focus(Option) Set the focus mode (normal by default). Accepts: normal, chill, zen--reset(Option) Reset the activity timer to the specified --duration (15 by default)--log-level(Option) Set the log level (INFO by default). Accepts: DEBUG, INFO, ERROR
--mini(Option) Minimize the GUI--location(Option) Set GUI location (north by default). Accepts: center, north, north-east, east, south-east, etc...--user-name(Option) Set a username for this session (Driver by default)
mobstartStart a driving session with default durationmobstart 7Start a 7-minute driving sessionmobstart --auto-nextAutomatically executemobnextwhen time runs outmobstart --duration=7 --focus=zen --location=north-east --miniStart a 7-minute driving session in Zen mode with a minimalist UI. The timer will be displayed in the top-right corner of the screen.
| Command | Description |
|---|---|
mobstart |
Start a new driving session |
mobnext |
End the driving session and pass the keyboard |
mobdone |
End the mob session |
| Command | Description |
|---|---|
mobhelp |
Print an help message and exit |
mobstatus |
View the status of the current mob session |
mobconfig |
Define your personal preferences |
mobinfo |
Print mobtime version and authors |
mobupdate |
Update mobtime from the source code |
mobdir |
Print the path to mobtime runtime directory |
mobnav |
Navigate to mobtime runtime directory |
moblog |
View mobtime logs for debugging |
mobps |
List all mobtime running instances |
mobkill |
Kill all instances of mobtime |
mobuninstall |
Uninstall mobtime |
Special thanks to Dr. Simmon Harrer & Josen Christ for their outstanding work on mob.sh.
Deep gratitude to my colleagues at Datanumia for our exciting mob programming sessions: Josian Chevalier, Thierry Lav, Elie Guedj, Amine Chaari, Rym Ben-Ali, and Sébastien Lamps.
mobtime is available under the MIT License.