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 qtbase5-dev qtdeclarative5-dev libqt5svg5-dev # At least Ubuntu 18.04 Bionic and up / Debian 8 "jessie" and up
$ 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.