Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1.42 KB

README.md

File metadata and controls

32 lines (22 loc) · 1.42 KB

Notify

A CLI tool for firing OS native notifications.

Motivation

Main motivation for building this tool is to get notification when some process is finished. For example running:

$ apt-get update; notify -s Update

Example

$ notify --title "My notification" --description "Example description"

Options

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

License

MIT