A simple command line pomodoro timer
Go to file
2024-10-17 16:21:08 -07:00
.gitignore Totally new with a TUI and no json files 2024-10-17 16:21:08 -07:00
go.mod Totally new with a TUI and no json files 2024-10-17 16:21:08 -07:00
go.sum Totally new with a TUI and no json files 2024-10-17 16:21:08 -07:00
LICENSE Initial commit 2018-01-19 01:36:31 +00:00
main.go Totally new with a TUI and no json files 2024-10-17 16:21:08 -07:00
Makefile Totally new with a TUI and no json files 2024-10-17 16:21:08 -07:00
README.md Initial working commit 2018-01-18 17:42:41 -08:00

gomodoro

A simple command line pomodoro timer

Usage

Run gomodoro to start the default timer. It will print the current status on the command line.

You can customize the duration and the logging interval by using the -duration or -interval flags. Example: A 30 min timer logging every 1 min would be gomodoro -duration 30m -interval 1m (Not working right now)

Only one gomodoro timer can be running at a time. If you are running one in the background on another thread, you can display the status by using gomodoro -status