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.
Examples
$> dingdingdong done sleep 1800
$> 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
{
"connectors" : {
"pushbullet" : {
"access_token" : "_YOUR_KEY_HERE_"
},
...
}
}
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)