A CLI tool for firing OS native notifications.
Main motivation for building this tool is to get notification when some process is finished. For example running:
$ apt-get update; notify -s Update
$ notify --title "My notification" --description "Example description"
Option | Alias | Description |
---|---|---|
--title | -t | Notification title |
--description | -d | Notification description |
--subject | -s | Subject of notification. If title option is not provided title of notification will be "{subject} finished" |
--version | -v | Tool version |
--help | -h | Help |