1.0.0 • Published 11 years ago

tomtim v1.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
11 years ago

tomtim

CLI pomodoro timer created in Node.js. Notifies you when pomodoro/break is finished.

Installation

npm install -g tomtim

Usage

// start timer with 1 min pomodoro length
$ tomtim -p 1

Flags are optional, default settings are 25 min pomodoros and 5 min breaks

Options

-h, --help         output usage information
-V, --version      output the version number
-p --pomodoro <n>  Length of pomodoro in minutes
-r --rest <n>      Length of break in minutes