Skip to content

eplatonoff/pilorama

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

header image

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
  • Optional pause button

Installation

GitHub Release Version GitHub Release Date GitHub Downloads

MacOS and Windows

Precompiled builds are available here.

Linux

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

Development / Code of Conduct

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.