Skip to content

anaximander/pomodoro

 
 

Repository files navigation

pomodoro

Command line pomodoro timer, implemented in Go

Installation

First install Go.

If you just want to install the binary to your current directory and don't care about the source code, run

GOBIN=$(pwd) GOPATH=/tmp/gobuild go get github.com/carlmjohnson/pomodoro

Usage

$ pomodoro -simple
Start timer for 25m0s.

Countdown: 24:43

$ pomodoro -h
Usage of pomodoro:

    pomodoro [options] [pomodoroDuration] [breakDuration]

Pomodoro duration defaults to 15 minutes.
Break duration defaults to 5 minutes.
Durations may be expressed as integer minutes
(e.g. "15") or time with units (e.g. "1m30s" or "90s").

Chimes system bell at the end of the timer, unless -silent is set.
Creates a system notification at the end of the timer, unless -hidden is set.
  -silent
        Don't ring bell after countdown
  -simple
        Display simple countdown
  -hidden
        Don't show notification after countdown

Screenshots

screenshot

About

Command line pomodoro timer

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%