mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-04-22 01:48:20 +02:00
Rename to open-github-website.ps1
This commit is contained in:
parent
f62da428cc
commit
e9579321f2
@ -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
|
||||||
|
@ -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
|
Loading…
Reference in New Issue
Block a user