Giter VIP home page Giter VIP logo

burnttoast's Introduction

BurntToast

PowerShell Module for displaying Windows 8/10 Toast Notifications

Install

Manual Install

Download BurntToast.zip and extract the contents into C:\Users\[User]\Documents\WindowsPowerShell\modules\BurntToast (you may have to create these directories if they don't exist.)

Scripted Install

Open a PowerShell console or the PowerShell ISE and run the following:

iex ((New-Object net.webclient).DownloadString('https://raw.githubusercontent.com/Windos/BurntToast/master/install.ps1'))

Note that your Execution Policy should be set to at least Bypass. See about_Execution_Policies for more details.

PowerShell Gallery Install (Requires PowerShell v5)

See the PowerShell Gallery for the complete details and instructions.

Example

New-BurntToastNotification -FirstLine 'Random Background Job' -SecondLine 'You background job has finished. This text is really long and wraps to the third line.'

Windows 8.1

BurntToast Notification Example in Windows 8.1

Windows 10

BurntToast Notification Example in Windows 10

Releases

  • Bleeding Edge (Development/Raw Repo - CAUTION)
  • Latest Release
    • Credential parameter added so toasts can be generated for regular user when running PowerShell host as a different (e.g. Admin) account.
  • v0.3.0
    • Help has been added
    • Toasts can be silent with -Silent switch
    • General bug fixes
  • v0.2.0
  • v0.1.0

Contributors

TODO

License

Image Credit

The default image for BurntToast Notifications is a photo taken by Craig Sunter

Contact

burnttoast's People

Contributors

windos avatar

Watchers

eiong avatar

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.