Runs your command every 1 min until it gets succeeded (exit 0) and then pops up a custom message.
$ apt-get install libnotify-dev
$ sudo make install
$ notify-me $COMMAND $MESSAGE
Example alerting when the README2.md file is created
$ notify-me '[ -f "./README2.md" ]' "README2.md was created"
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/