Skip to content

anderspkd/pomodoro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pomodoro study technique utility.

See this Wikipedia article for a description of the technique.

Running

$ ./pom.py --help
usage: pom.py [-h] [--message MESSAGE] [--interval INTERVAL]

Pomodoro technique utility.

The basic idea of the Pomodoro study technique is to work in intervals of e.g.,
25 minutes. A short break is taken after each interval, and after a couple of
intervals, a longer break is held.

See: https://en.wikipedia.org/wiki/Pomodoro_Technique

optional arguments:
  -h, --help           show this help message and exit
  --message MESSAGE    notification message
  --interval INTERVAL  interval time

Requirements

Python3 for sure.

Uses notify-send if available. Otherwise the a message is printed in the terminal when the timer runs out.