Skip to content

Scripts that saves each pomodoro study session in a csv file and plots the data

Notifications You must be signed in to change notification settings

blmass/pomodoro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pomodoro

Simple scripts that saves each pomodoro session in a csv file and plots the data.

I use it together with this command line pomodoro timer as an alias in .bashrc, so everytime a pomodoro session is completed, the date is appended in a csv file with save_db.py. The plot_db.py gathers the data and plots it as a bar chart(number of sessions by date).

I also use notify-send and beep to notify that a session is over.

My alias:

`alias pom = pomodoro-cmdln && /path/to/file/save_db.py`

`alias pomstat = /path/to/file/plot_db.py `

About

Scripts that saves each pomodoro study session in a csv file and plots the data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published