Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 621 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 621 Bytes

DesktopNotifier

A very simple command line program to send Windows Desktop Notifications.

Usage

Example

> DesktopNotifier.exe -t Title -m "Hello, Notifications!"

Options

  -m, --message     Required. (Default: Hello, World) The message to display.

  -t, --title       Required. (Default: Terminal) The title text to display.

  -i, --icon        The path to a .ico file to display.

  -s, --showTime    (Default: 10000) The length of time to show notification
                    for in milliseconds.

License

Copyright 2016 Geoff Shannon Released under the MIT License.