Mob timer written in JavaFX
For Timing Mob Sessions
- Download the MacOSX, Windows, or Linux (Ubuntu/Debian) installer, install and run
- Default time is 7 minutes
- Click center of screen to start timer
- Pause to pause current user
- Skip to skip to the next user
- Stop to stop rotate nag alarm or current users turn
- Settings - Add/Remove users for named rotation and Skip/Reorders users
- If a user is called
break
it will function as a break - If you add an environment variable such as
export MOBTIME_SCRIPT=/Users/jason-crow/{name}.py
it will run that file if it exists for current person
http://greatwebguy.github.io/MobTime/
- Create a branch from master
- Write code
- Push to github and actions will build windows/macos/linux executables
- Update version by incrementing semver
- Update release.md with release notes
- If all is successful open a PR
- OpenJDK 21.0.1
- enable .net framework 3.5.1 on Windows 10
- Install WIX build tools
./gradlew run
MacOSX
./gradlew jpackage -PinstallerType=pkg
Windows
gradlew.bat jpackage -PinstallerType=msi
Linux (Ubuntu)
./gradlew jpackage -PinstallerType=deb