A command-line interface (CLI) tool that helps you manage time more efficiently by applying the pomodoro technique.
- Start the timer: 25minutes by default
- After time elapsed put a mark on your paper/task. A sound will be triggered.
- Take a short break: 5min by default
- After 4 pomodoroes have run, take a longer break
You need to have Go (Golang) installed locally. You can find full here documentation on how to do this
- Clone this repository locally
https://github.com/oanaOM/go-pomodoro
- Go into the cloned directory
cd go-pomodoro
- Build the project
go build
- Run the timer
./go-pomodoro
The user can manually change the pomodoro time and breaks duration by using the following flags:
--duration
allows the user to change the duration of a pomodoro timer
--intervals
allows the user to change the number of intervals
--shortbreak
allows the user to change the duration of a short break