Giter Site home page Giter Site logo

console-toast-8's Introduction

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.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.