Skip to content

Module for creating and displaying Toast Notifications on Microsoft Windows 10.

License

Notifications You must be signed in to change notification settings

AlecMcCutcheon/Portable-BurntToast

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Portable BurntToast (WIP)

Codacy Badge codecov Build Status PowerShell Gallery Version PowerShell Gallery Downloads Open Issues

BurntToast Logo Banner

A script version of Burnt Toast Notifications that you can temp import into your PS session without installing

Use the following One-liner to Temp Run in session:

iex ((New-Object System.Net.WebClient).DownloadString("https://raw.githubusercontent.com/AlecMcCutcheon/Portable-BurntToast/main/Portable-BurntToast.ps1"))

See the PowerShell Gallery for the complete details and instructions.

Examples

New-BurntToastNotification

BurntToast Notification Example Default

New-BurntToastNotification -AppLogo C:\smile.jpg -Text "Don't forget to smile!",
                                                       'Your script ran successfully, celebrate!'

BurntToast Notification Example Custom

New-BurntToastNotification -Text 'WAKE UP!' -Sound 'Alarm2' -SnoozeAndDismiss

BurntToast Notification Example Alarm

Contributors

License

Image Credit

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

About

Module for creating and displaying Toast Notifications on Microsoft Windows 10.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PowerShell 100.0%