# Pomodoro Timer A simple Pomodoro timer written in Go. ## Features - Start a Pomodoro session from the command line - Customizable session and break durations ## Usage ```sh go run main.go ``` Or build and run: ```sh go build -o pomodoro main.go ./pomodoro ``` ## Requirements - Go 1.18+