An open API service indexing awesome lists of open source software.

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

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
```