https://github.com/adriankeenan/console-toast-8
Windows 8 toast notifications from CLi
https://github.com/adriankeenan/console-toast-8
toast-notifications windows-8 windows-8-1
Last synced: 4 months ago
JSON representation
Windows 8 toast notifications from CLi
- Host: GitHub
- URL: https://github.com/adriankeenan/console-toast-8
- Owner: adriankeenan
- License: unlicense
- Created: 2013-08-13T13:32:34.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-12-23T13:34:14.000Z (over 10 years ago)
- Last Synced: 2024-09-28T22:41:58.703Z (9 months ago)
- Topics: toast-notifications, windows-8, windows-8-1
- Language: C#
- Size: 622 KB
- Stars: 16
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# console-toast-8
An application for displaying Widnows 8 notifications from the command line.
- Supports:
- All templates supported by the Windows 8 Toast API
- Custom shortcut icon (instead of the default which appears on the toast)
- Silent toastsA list of templates can be found [here](http://msdn.microsoft.com/en-us/library/windows/apps/windows.ui.notifications.toasttemplatetype).
## Caveats
Any application which shows a toast notification in Windows 8 needs to be added to the Start menu, including this process. It may be possible to remove the shortcut after showing the toast thoguh, that functionality is not included in this tool.
## Usage
- Launch the exe at ```console-toast-8\bin\Debug``` or add to your PATH
- Switches
- Use ``--template`` to specifify a template, then use further switches to specify the data
- Options
- ToastImageAndText01
- line1
- img
- ToastImageAndText02
- title
- line1
- img
- ToastImageAndText03
- title
- line1
- img
- ToastImageAndText04
- title
- line1
- line2
- img
- ToastText01
- line1
- ToastText02
- title
- line1
- ToastText03
- title
- line1
- ToastText04
- title
- line1
- line2
- images for ImageAndTest toasts must be <200kb and <1024px square
- ```--app_id``` Specifies the name that appears in the start menu
- default: console-toast-8
- ```--icon``` Path to a .ico icon to display in the toast
- Shortcut icons are suggested to be 32x32 for 100% DPI, as larger sizes do not scale down well
- ```--silent``` Makes the toast silent## Binary
The binary can by found in bin/debug.
You only need the .exe and .dll files.
## License
Public domain, do whatever you want.