Skip to content

sokratisvas/pomodoro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Pomodoro timer that gets things done

Stop procrastination by dividing your work into focused intervals.

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

Dependencies

Make sure that you can run notify-send and aplay by installing the following packages:

$ sudo apt-get istall libnotify-bin notify-osd alsa-utils

Quick Start

$ git clone https://github.com/sokratisvas/pomodoro
$ cd pomodoro

You can specify your own intervals by:

$ cargo run ses 4 w 25 s 5 l 15
Total Sessions 4
Work Interval 25 min
Short Break 5 min
Long Break 15 min

Pick one of the default workflows:

$ cargo run def
Workflow parameters not specified. Default workflows:
1) 4 sessions of 45 work, 8 short, 20 long
2) 4 sessions of 30 work, 5 short, 15 long
3) 5 sessions of 25 work, 5 short, 15 long
Pick a default workflow (1 - 3): 
> _

Or choose a built-in workflow:

$ cargo run 
Total Sessions 4
Work Interval 45 min
Short Break 8 min
Long Break 20 min

Releases

No releases published

Packages

No packages published

Languages