2.0.0 • Published 7 years ago

dingdingdong v2.0.0

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

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
2.0.0

7 years ago

1.10.1

7 years ago

1.10.0

7 years ago

1.8.0

7 years ago

1.7.0

7 years ago

1.6.0

7 years ago

1.5.0

7 years ago

1.4.0

7 years ago

1.3.0

7 years ago

1.2.0

7 years ago

1.1.0

7 years ago

1.0.0

7 years ago