Skip to content

brandedoutcast/dotnet-toast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

3 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

โœจ toast [dotnet-toast]

.NET Core global CLI tool to to create toast notifications on Windows 8 / 8.1 / 10

Screenshot Description
text Message with a header & footer
image Message with image, header, footer & name

Install

The dotnet-toast nuget package is published to nuget.org

You can get the tool by running this command

$ dotnet tool install -g dotnet-toast

Usage

toast -h

Usage: toast [message]
       toast [header] [message] [footer]
       toast [options]

Note: Every parameter except the message is optional

options:
    -m: message to be displayed in toast
    -h: header of the toast displayed on top in bold
    -f: footer of the toast displayed at the bottom
    -i: absolute file path of the image to be displayed in toast
    -n: app name with which the toasts will be grouped together in Action Center, only visible in a toast when providing an image

Ex:
    toast "Uncertainty and expectation are the joys of life. Security is an insipid thing"
    
    toast "Wikiquote" "Uncertainty and expectation are the joys of life. Security is an insipid thing"
    
    toast "Wikiquote" "Uncertainty and expectation are the joys of life. Security is an insipid thing" "~ William Congreve"
    
    toast -m "Uncertainty and expectation are the joys of life. Security is an insipid thing" -i "C:\dotnet-toast\icon.png"
    
    toast -h "Wikiquote" -m "Uncertainty and expectation are the joys of life. Security is an insipid thing" -i "C:\dotnet-toast\icon.png"
    
    toast -m "Uncertainty and expectation are the joys of life. Security is an insipid thing" -i "C:\dotnet-toast\icon.png" -n "Wikiquote"

About

๐Ÿ”” .NET Core global CLI tool to to create toast notifications on Windows 10

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages