Advanced Timeboxing Tool
- Cross-platform software
- Simple countdown timer
- Infinite time boxing timer
- System notifications
- Dynamic tray icon and menu
- JSON Presets
- Night mode
Precompiled builds are available here.
Tip: Archlinux AUR package
pilorama-git
available.
Building from source:
$ sudo pacman -S qt5-quickcontrols qt5-quickcontrols2 qt5-graphicaleffects qt5-multimedia # Archlinux
$ sudo apt install qt5-default qtdeclarative5-dev libqt5svg5-dev # Ubuntu Bionic
$ git clone https://github.com/eplatonoff/pilorama
$ cd pilorama
$ qmake src/pilorama.pro
$ make
$ ./pilorama
Once the latest Pull Request passed all CI checks & are merged to master push git tag with required version pointed to merge commit on master branch.
GitHub Actions proccesses this tag & builds all distributions. After that it also makes version bumps & pushes it to master as a separate commit.