gomodoro

command module
v0.0.0-...-6ab239f Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 12, 2014 License: MIT Imports: 7 Imported by: 0

README

Gomodoro

A Pomodoro timer done in Golang that uses OS X Notification Center to alert the user.

Installation

$ go get -u github.com/albertogg/gomodoro

Usage

Gomodoro responds to simple arguments in the command line, such as: pomodoros work intervals [-p], short brake intervals [-s], large brake intervals [-l] and a maximum number of runs before the program shuts down, called runs [-r].

To view this options just: gomodoro --help

Each option flag has a default value:

  • -p Pomodoro work interval is set to 25 minutes.
  • -s Short break interval is set to 5 minutes.
  • -l Large break interval is set to 30 minutes.
  • -r Pomodoro runs interval is set to 4 runs.

To modify every default value:

$ gomodoro -p 30 -s 10 -l 25

It's pretty simple.

License

MIT License

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL