Skip to content

Initial release

Compare
Choose a tag to compare
@payini payini released this 11 Jul 00:11
· 31 commits to master since this release

[-r] Registers notifier into the Windows machine.
[-t] <title string> Title is displayed on the first line of the notification.
[-m] Message is displayed wrapped below the title of the notification.
[-p] URI for a picture file to be displayed with the notification. Local files only.
[-w] Wait for notification to expire or activate.
[-id] Sets the ID of the toast notification to be able to close it.
[-s] [][] URI for a sound file or Windows sound to play when the notification displays. For possible Windows sound values visit http://msdn.microsoft.com/en-us/library/windows/apps/hh761492.aspx.
[-silent] Does not play a sound when showing the notification.
[-d] <short|long> Determines how long to display the notification for. Default is 'short'.
[-appID] Used to display the notification.
[-n] Returns Notifications setting status for the application. Return values: Enabled, Disabled or Unknown.
[-k] Returns Notifications setting status for the system. Return values: Enabled or Disabled.
[-close] Closes notification. In order to be able to close a notification, the parameter -w must be used to create the notification.
[-?] Displays this help.
[-help] Displays this help.
Exit Codes: Failed -1, Success 0, Close 1, Dismiss 2, Timeout 3.

Examples:

notifier -t "Hello World!"
notifier -t "Notification Title" -m "Notification message."
notifier help
notifier ?
notifier register com.appvnext.windows-notifier appvnext-windows-notifier