Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gswalden/to-zero

Command line tool to countdown to zero and natively notify
https://github.com/gswalden/to-zero

cli nodejs npm-package

Last synced: 8 days ago
JSON representation

Command line tool to countdown to zero and natively notify

Awesome Lists containing this project

README

        

[![npm version](https://badge.fury.io/js/to-zero.svg)](https://badge.fury.io/js/to-zero)
[![Build status](https://travis-ci.org/gswalden/to-zero.svg?branch=master)](https://travis-ci.org/gswalden/to-zero)
[![Dependencies](https://david-dm.org/gswalden/to-zero.svg)](https://david-dm.org/gswalden/to-zero)

### Install

```sh
npm install -g to-zero
```

### Use

```sh
to-zero 5s # Counting down 5 seconds
to-zero 5m # Counting down 5 minutes
to-zero 5h # Counting down 5 hours

to-zero 5m -d # Timer spawns in the background (won't take over your prompt)

to-zero 5m -m "I'm cooked!" # Display this message in the notification
```

*See the [ms](https://github.com/rauchg/ms.js) package for valid time strings*