Skip to content

kartynnik/pilorama

 
 

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

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 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

Development / Code of Conduct GitHub Workflow Status Travis (.com)

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.

About

Advanced Timeboxing Tool

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • QML 87.9%
  • C++ 5.4%
  • Inno Setup 1.7%
  • QMake 1.7%
  • JavaScript 1.2%
  • CMake 1.0%
  • Other 1.1%