notify-me

Get notified when a task execute with success

MIT License

Stars
8
Committers
1

notify-me

Runs your command every 1 min until it gets succeeded (exit 0) and then pops up a custom message.

Dependencies

$ apt-get install libnotify-dev

Install

$ sudo make install

notify-me

$ notify-me $COMMAND $MESSAGE

Example alerting when the README2.md file is created

$ notify-me '[ -f "./README2.md" ]' "README2.md was created"

notify-me-ci

This one is specific to Node.js contributors. It notifies whenever a CI is concluded -- When the result isn't "PENDING".

$ notify-me-ci $CIURL
$ notify-me-ci $CIURL "My CI finally Finished"

Example:

$ notify-me-ci https://ci.nodejs.org/job/node-test-pull-request/52342/