Pomodoro timer is a time management application. It runs indefinitely in cycles, allowing periods of focused time with short rests. A long rest comes after a fixed number of focused intervals.
A desktop notification informs about the start of next phase: work, short rest, or a long rest
https://en.wikipedia.org/wiki/Pomodoro_Technique
pomodoro.jl
is a Julia script.
Dependencies:
See documentation on how to install packages.
Phase lengths are declared as constants at the beginning of the script.
Run as a Julia script:
julia pomodoro.jl
GNU GPL v3. See LICENSE.
Domagoj Marsic, 2021
Contact: [email protected]