Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

interval-timer-cli

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

interval-timer-cli

Cli tool that lets you create a set of interval sequences.

  • 1.0.8
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
13
increased by1200%
Maintainers
1
Weekly downloads
 
Created
Source

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

Install npm and run:

$ npm install --global interval-timer-cli

Linux

$ sudo apt-get install festival festvox-kallpc16k libnotify-bin

Install npm and run:

$ npm install --global interval-timer-cli

Usage

For all options:

$ interval-timer --help

Creating a pomodoro set of 25 minutes, then five minutes that will be repeated twice:

$ interval-timer --sets 2 --intervals 25,5

Creating a practice sequence of 15 minutes, then five minutes then 3 minutes that will be done just once:

$ interval-timer --intervals 15,5,3

The speak flag can be used to enable text to speech for audio feedback:

$ interval-timer --speak --sets 2 --intervals 25,5

Keybindings:

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 timer

License

MIT © Ricardo de Pena

Keywords

FAQs

Package last updated on 17 Apr 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc