1.0.8 • Published 7 years ago
interval-timer-cli v1.0.8
Pomodoro / HIIT style Interval timer right in the console.
Cli tool that lets you create a set of interval sequences.
Install
OSX
$ sudo gem install -n /usr/local/bin terminal-notifierInstall npm and run:
$ npm install --global interval-timer-cliLinux
$ sudo apt-get install festival festvox-kallpc16k libnotify-binInstall npm and run:
$ npm install --global interval-timer-cliUsage
For all options:
$ interval-timer --helpCreating a pomodoro set of 25 minutes, then five minutes that will be repeated twice:
$ interval-timer --sets 2 --intervals 25,5Creating a practice sequence of 15 minutes, then five minutes then 3 minutes that will be done just once:
$ interval-timer --intervals 15,5,3The speak flag can be used to enable text to speech for audio feedback:
$ interval-timer --speak --sets 2 --intervals 25,5Keybindings:
During a set you can use the following keybindings:
"p" to pause/resume the timer.
"1-9" to add 1-9 minutes to the timer
"-" will remove 1 minute from the timerLicense
MIT © Ricardo de Pena