Advanced Timeboxing Tool
- Cross-platform software
- Simple countdown timer
- Infinite time boxing timer
- System notifications
- Dynamic tray icon and menu
- JSON Presets
- Night mode
- Optional pause button
Precompiled builds are available here.
Tip: Archlinux AUR package
pilorama-git
available.
Building from source:
$ sudo apt install build-essential cmake qt6-declarative-dev libqt6svg6-dev qt6-base-dev qt6-multimedia-dev qml6-module-qt-labs-platform qml6-module-qt-labs-settings qml6-module-qtmultimedia qml6-module-qtquick-controls qml6-module-qtquick-controls qml6-module-qtquick-dialogs # Ubuntu 24.04
$ git clone https://github.com/eplatonoff/pilorama
$ cd pilorama
$ mkdir build
$ cd build
$ cmake ../src
$ make -j
$ ./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.