diff options
| author | Gabriel Handford | 2016-05-06 15:20:54 -0700 | 
|---|---|---|
| committer | Gabriel Handford | 2016-05-06 15:57:46 -0700 | 
| commit | 12878f6400420fa6c988187c8942799b73c31e6c (patch) | |
| tree | 4c134f3bbf0ea6ebd4f3b8cdad6bf27ec903da4d /toaster/README.md | |
| download | go-notifier-12878f6400420fa6c988187c8942799b73c31e6c.tar.bz2 | |
Importing
Diffstat (limited to 'toaster/README.md')
| -rw-r--r-- | toaster/README.md | 34 | 
1 files changed, 34 insertions, 0 deletions
diff --git a/toaster/README.md b/toaster/README.md new file mode 100644 index 0000000..5ac985b --- /dev/null +++ b/toaster/README.md @@ -0,0 +1,34 @@ +https://github.com/nels-o/toaster + +$ ./toast.exe +No args provided. + +Welcome to toast. +Provide toast with a message and display it- +via the graphical notification system. +-Nels + +---- Usage ---- +toast <string>|[-t <string>][-m <string>][-p <string>] + +---- Args ---- +<string>                | Toast <string>, no add. args will be read. +[-t] <title string>     | Displayed on the first line of the toast. +[-m] <message string>   | Displayed on the remaining lines, wrapped. +[-p] <image URI>        | Display toast with an image +[-q]                    | Deactivate sound (quiet). +[-w]                    | Wait for toast to expire or activate. +?                       | Print these intructions. Same as no args. +Exit Status     :  Exit Code +Failed          : -1 +Success         :  0 +Hidden          :  1 +Dismissed       :  2 +Timeout         :  3 + +---- Image Notes ---- +Images must be .png with: +        maximum dimensions of 1024x1024 +        size <= 200kb +These limitations are due to the Toast notification system. +This should go without saying, but windows style paths are required.  | 
