dotnet-toast 1.0.0

dotnet tool install --global dotnet-toast --version 1.0.0
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest # if you are setting up this repo
dotnet tool install --local dotnet-toast --version 1.0.0
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=dotnet-toast&version=1.0.0
nuke :add-package dotnet-toast --version 1.0.0

✨ 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"
Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp3.1 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last updated
1.0.0 9,318 12/24/2019
0.1.1 486 12/7/2019
0.1.0 495 12/4/2019