Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gswalden/to-zero
- Owner: gswalden
- License: isc
- Created: 2016-01-13T14:27:52.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-11T16:40:06.000Z (over 8 years ago)
- Last Synced: 2024-09-23T12:09:22.588Z (about 1 month ago)
- Topics: cli, nodejs, npm-package
- Language: JavaScript
- Size: 4.88 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 hoursto-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*