All Projects → adriankeenan → console-toast-8

adriankeenan / console-toast-8

Licence: Unlicense license
Windows 8 toast notifications from CLi

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to console-toast-8

inbox-notifier
Gmail notifications instantly in the Windows taskbar
Stars: ✭ 55 (+243.75%)
Mutual labels:  windows-8, windows-8-1
TouchInjector
Windows 8/10 TUIO touch injection
Stars: ✭ 41 (+156.25%)
Mutual labels:  windows-8
SimpleToast
SimpleToast is a simple, lightweight, flexible and easy to use library to show toasts / popup notifications inside iOS or MacOS applications in SwiftUI. Because of the flexibility to show any content it is also possible to use the library for showing simple modals.
Stars: ✭ 131 (+718.75%)
Mutual labels:  toast-notifications
Toastutils
Android 吐司框架,专治 Toast 各种疑难杂症
Stars: ✭ 2,087 (+12943.75%)
Mutual labels:  toast-notifications
tall-toasts
A Toast notification library for the Laravel TALL stack. You can push notifications from the backend or frontend to render customizable toasts with almost zero footprint on the published CSS/JS 🔥🚀
Stars: ✭ 296 (+1750%)
Mutual labels:  toast-notifications
React Toast Notifications
🍞 A toast notification system for react
Stars: ✭ 2,103 (+13043.75%)
Mutual labels:  toast-notifications
vueNotification
Notification plugin for VuesJS
Stars: ✭ 52 (+225%)
Mutual labels:  toast-notifications
simple-notify
Pure javascript toast notifications.
Stars: ✭ 108 (+575%)
Mutual labels:  toast-notifications
ModernKeePass
KDBX password manager for the Windows Store
Stars: ✭ 29 (+81.25%)
Mutual labels:  windows-8
JDToaster
🍞 Toasty iOS alerts
Stars: ✭ 25 (+56.25%)
Mutual labels:  toast-notifications
react-toast
Minimal toast notifications for React.
Stars: ✭ 47 (+193.75%)
Mutual labels:  toast-notifications
neodigm55
An eclectic low-code vanilla JavaScript UX micro-library for those that defiantly think for themselves.
Stars: ✭ 14 (-12.5%)
Mutual labels:  toast-notifications
React Hot Toast
Smoking hot React Notifications 🔥
Stars: ✭ 4,282 (+26662.5%)
Mutual labels:  toast-notifications
SteamAchievementNotifier
Steam Achievement Notifier is an Electron application that shows a customisable notification when you unlock any Steam Achievement! It uses the Steam Web API to track achievement stats in real time, and displays an achievement summary within the notification.
Stars: ✭ 77 (+381.25%)
Mutual labels:  toast-notifications
Publii
Publii is a desktop-based CMS for Windows, Mac and Linux that makes creating static websites fast and hassle-free, even for beginners.
Stars: ✭ 3,644 (+22675%)
Mutual labels:  windows-8
RTL-Toast
Android Toast For RTL Applications
Stars: ✭ 16 (+0%)
Mutual labels:  toast-notifications
Notistack
Highly customizable notification snackbars (toasts) that can be stacked on top of each other
Stars: ✭ 2,562 (+15912.5%)
Mutual labels:  toast-notifications
v-tostini
Toast plugin for Vue.js 2.x
Stars: ✭ 12 (-25%)
Mutual labels:  toast-notifications
Caliburn.micro
A small, yet powerful framework, designed for building applications across all XAML platforms. Its strong support for MV* patterns will enable you to build your solution quickly, without the need to sacrifice code quality or testability.
Stars: ✭ 2,404 (+14925%)
Mutual labels:  windows-8
ImmersiveColors
Easy way to access Windows 10 Immersive colors
Stars: ✭ 64 (+300%)
Mutual labels:  windows-8

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 toasts

A list of templates can be found here.

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].