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

dingdingdong

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dingdingdong

Alert yourself when a task ends

  • 2.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

dingdingdong

For your notification needs. dingdingdong can automatically send you notifications once your long running program ends, so you can go grab a coffee in peace and be back at your computer just in time.

Notifications will be sent using the connectors you provide in your config file (~/.dingdingdongrc)

Examples

$> dingdingdong done sleep 1800 # have a good 30mn nap
$> dingdingdong send "Hello devices?"

More infos with :

$> dingdingdong -h

Install

You need nodejs

With yarn:

$> yarn global add dingdingdong

With npm:

$> npm install -g dingdingdong

Configure your connectors

Follow the form here. If you don't need a given connector, don't mention it in the config.

{
	"connectors" : {
		"pushbullet" : {
			"use" : true,
			"access_token" : "_YOUR_KEY_HERE_"
		},
		"simplepush" : {
			"use" : false,
			"key" : "_YOU_KE_"
		},
		"osx" : {
			"use" : true
		}
	}
}

Usage

$> dingdingdong my-long-command -with args

It will automatically notify you using the connectors your configured with extra info.

Supported connectors

  • Pushbullet (for mobile notification)
  • Simplepush
  • osx notification center

Keywords

FAQs

Package last updated on 24 Jan 2017

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