You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Provide toast with a message and display it via the graphical notification system.
15
-
This application is inspired by https://github.com/nels-o/toaster and has the same syntax in some parts
13
+
Welcome to SnoreToast 0.4.0.
14
+
A command line application which is capable of creating Windows Toast notifications.
16
15
17
16
---- Usage ----
18
-
toast [Options]
17
+
SnoreToast [Options]
19
18
20
19
---- Options ----
21
20
[-t] <title string> | Displayed on the first line of the toast.
22
21
[-m] <message string> | Displayed on the remaining lines, wrapped.
23
22
[-p] <image URI> | Display toast with an image, local files only.
24
23
[-w] | Wait for toast to expire or activate.
25
-
26
-
The flowing arguments are only available in SnoreToast:
27
24
[-id] <id> | sets the id for a notification to be able to close it later.
28
25
[-s] <sound URI> | Sets the sound of the notifications, for possible values see http://msdn.microsoft.com/en-us/library/windows/apps/hh761492.aspx.
29
26
[-silent] | Don't play a sound file when showing the notifications.
30
27
[-appID] <App.ID> | Don't create a shortcut but use the provided app id.
28
+
-close | Closes a currently displayed notification, must be used together with -id, in order to be able to close a notification the parameter -w needs to be used to create the notification.
31
29
32
30
-install <path> <application> <appID>| Creates a shortcut <path> in the start menu which point to the executable <application>, appID used for the notifications.
33
-
-close | Closes a currently displayed notification, must be used together with -id, in order to be able to close a notification the parameter -w needs to be used to create the notification.
0 commit comments