Rename to open-github-website.ps1

This commit is contained in:
Markus Fleschutz 2021-11-19 09:50:37 +01:00
parent f62da428cc
commit e9579321f2
2 changed files with 3 additions and 3 deletions

View File

@ -39,7 +39,7 @@ More supported voice commands are:
[wake word], open NAME website [wake word], open NAME website
------------------------------ ------------------------------
* this launches the default browser with the given website. * this launches the default browser with the given website.
* replace NAME by: "Amazon", "Baidu", "BBC", "CDC", "CIA", "CNN", "eBay", "Facebook", "FBI", "Instagram", "Microsoft", "NASA", "NBC", "Pinterest", "Pixabay", "Slashdot", "Tesla", "Twitter", "UFA", "Unsplash", "Walmart", "WhatsApp", "White House", "Wikipedia", "Wired", or "Yahoo". * replace NAME by: "Amazon", "Baidu", "BBC", "CDC", "CIA", "CNN", "eBay", "Facebook", "FBI", "GitHub", "Instagram", "Microsoft", "NASA", "NBC", "Pinterest", "Pixabay", "Slashdot", "Tesla", "Twitter", "UFA", "Unsplash", "Walmart", "WhatsApp", "White House", "Wikipedia", "Wired", or "Yahoo".
[wake word], show NAME city [wake word], show NAME city

View File

@ -1,10 +1,10 @@
<# <#
.SYNOPSIS .SYNOPSIS
Opens GitHub's website Opens the GitHub website
.DESCRIPTION .DESCRIPTION
This script launches the Web browser with the GitHub website. This script launches the Web browser with the GitHub website.
.EXAMPLE .EXAMPLE
PS> ./open-github PS> ./open-github-website
.NOTES .NOTES
Author: Markus Fleschutz · License: CC0 Author: Markus Fleschutz · License: CC0
.LINK .LINK