pilorama
pilorama copied to clipboard
Advanced Timeboxing Tool

Pilorama
Advanced Timeboxing Tool
Key Features
- Cross-platform software
- Simple countdown timer
- Infinite time boxing timer
- System notifications
- Dynamic tray icon and menu
- JSON Presets
- Night mode
Installation
MacOS and Windows
Precompiled builds are available here.
Linux
Tip: Archlinux AUR package
pilorama-gitavailable.
Building from source:
$ sudo apt install build-essential libqt5svg5-dev qtdeclarative5-dev qml-module-qt-labs-platform qml-module-qt-labs-settings qml-module-qtmultimedia qml-module-qtquick-controls qml-module-qtquick-controls2 qml-module-qtquick-dialogs # Debian 8 "jessie" and up, Ubuntu 18.04-22.04, Kali Linux 2022.1
$ git clone https://github.com/eplatonoff/pilorama
$ cd pilorama
$ qmake src/pilorama.pro
$ make
$ ./Pilorama
Development
Release Process
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.