Command line utility to generate notifications on macOS
Find a file
2016-09-14 18:11:25 +05:30
LICENSE Initial commit 2016-09-14 17:59:23 +05:30
notify Add readme file and script 2016-09-14 18:11:25 +05:30
README.md Add readme file and script 2016-09-14 18:11:25 +05:30

notify

Place this script somewhere in your PATH (echo $PATH) and make sure it's executable (chmod +x).

$ notify -h
usage: notify [-h] message [title]

Generate OS X notifications from terminal

positional arguments:
  message     notification text
  title       title (optional)

optional arguments:
  -h, --help  show this help message and exit

License

Distributed under the MIT License with no attribution required.