You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
5 years ago | |
---|---|---|
.gitignore | 5 years ago | |
LICENSE | 5 years ago | |
README.md | 5 years ago | |
main.go | 5 years ago |
README.md
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