https://github.com/dharmit/pomodoro
CLI based pomodoro timer
https://github.com/dharmit/pomodoro
Last synced: 12 months ago
JSON representation
CLI based pomodoro timer
- Host: GitHub
- URL: https://github.com/dharmit/pomodoro
- Owner: dharmit
- License: apache-2.0
- Created: 2016-08-03T16:55:59.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-03T17:02:17.000Z (almost 10 years ago)
- Last Synced: 2025-02-10T05:29:16.065Z (over 1 year ago)
- Language: Go
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Pomodoro Timer
==============
A Pomodoro Timer written in Golang. Accepts work duration, break duration and
number of pomodoros as argument and notifies at the end of each work/break
session.
Install
-------
```
$ go get github.com/dharmit/pomodoro
```
Run
---
All options are optional. Check help for default values.
```
$ pomodoro -w 10 -b 2 -p 3
```