Skip to content

RafaelGSS/notify-me

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/

About

Get notified when a task execute with success

Resources

License

Stars

Watchers

Forks

Packages

No packages published