File tree Expand file tree Collapse file tree 1 file changed +24
-1
lines changed
Expand file tree Collapse file tree 1 file changed +24
-1
lines changed Original file line number Diff line number Diff line change 11# win-toast-cli
22
3- Invoke toast notification by output of another application.
3+ Invoke toast notification by command-line.
4+
5+ ## Usage
6+
7+ On PowerShell console,
8+
9+ ``` powershell
10+ > toast-cli.ps1 -body "Body message"
11+ ```
12+
13+ ### Options
14+
15+ - ` -body string ` : String for toast notification body
16+ - ` -title string ` : String for toast notification title (optional)
17+ - ` -detail string ` : String for toast notification detail (optional)
18+ - ` -? ` : Show help
19+
20+ ## Contents
21+
22+ - ` toast-cli.ps1 ` : PowerShell script to show toast notification
23+ - ` toast-cli.cmd ` : Batch wrapper to ` toast-cli.ps1 ` .
24+ This makes easy to invoke from command prompt.
25+ - ` tools/toast-scoop-status.ps1 ` :
26+ Sample tool to show application updates installed by [ scoop] ( https://scoop.sh )
You can’t perform that action at this time.
0 commit comments