Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 836 Bytes

README.md

File metadata and controls

41 lines (24 loc) · 836 Bytes

Introduction

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

Prerequisites

pomodoro.jl is a Julia script.

Dependencies:

See documentation on how to install packages.

Run

Phase lengths are declared as constants at the beginning of the script.

Run as a Julia script:

julia pomodoro.jl

Licence

GNU GPL v3. See LICENSE.

Author

Domagoj Marsic, 2021

Contact: [email protected]