Skip to content

a simple command-line timer based on the pomodoro method, written in go

Notifications You must be signed in to change notification settings

em-zhang/gomodoro-timer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gomodoro 🍅

Gomodoro is a command-line timer based on the pomodoro study method. The default time is 25 minute study sessions with a 5 minute break, and a long break every 4 cycles for 20 minutes.

Running the app:

Use the following command line params to update your preferred study settings:

  • --duration (default 25): Change the pomodoro time
  • --shortbreak (default 5): Change the shortbreak time
  • --intervals (default 4): Change the number of pomodoro intervals

Run ./gomodoro to start the timer and a new session.

About

a simple command-line timer based on the pomodoro method, written in go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages