We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64634c2 commit f3c7a95Copy full SHA for f3c7a95
README.md
@@ -4,10 +4,25 @@ A very simple command line program to send Windows Desktop Notifications.
4
5
## Usage
6
7
+### Example
8
+
9
``` batchfile
10
> DesktopNotifier.exe -t Title -m "Hello, Notifications!"
11
```
12
13
+### Options
14
15
+```
16
+ -m, --message Required. (Default: Hello, World) The message to display.
17
18
+ -t, --title Required. (Default: Terminal) The title text to display.
19
20
+ -i, --icon The path to a .ico file to display.
21
22
+ -s, --showTime (Default: 10000) The length of time to show notification
23
+ for in milliseconds.
24
25
26
## License
27
28
Copyright 2016 Geoff Shannon
0 commit comments