Skip to content

Linux pomodoro. Notification tool to help you remember to take a break!

License

Notifications You must be signed in to change notification settings

mrpalide/lomodoro

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lomodoro

Linux pomodoro. Notification tool to help you remember to take a break!

You know pomodoro technique? It basically says do WORK for some duration then take BREAK for some short period. Repeat this process.

This technique will improve your productivity but most importantly it will help you protect your health like your eyes and stuff :D

By running this tool in the background, you will receive notifications to take a break.

Install

go install github.com/mehdieidi/lomodoro@latest

Usage

After installation, run this on a terminal on a linux machine:

$ lomodoro -w=20 -b=2 &

w is the work duration in minutes so this says 20 mins.
b is the rest duration in minutes so this says 2 mins.
& says run this command in the background.

About

Linux pomodoro. Notification tool to help you remember to take a break!

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%