mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-01-23 06:08:36 +01: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
|
||||
------------------------------
|
||||
* 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
|
||||
|
@ -1,10 +1,10 @@
|
||||
<#
|
||||
.SYNOPSIS
|
||||
Opens GitHub's website
|
||||
Opens the GitHub website
|
||||
.DESCRIPTION
|
||||
This script launches the Web browser with the GitHub website.
|
||||
.EXAMPLE
|
||||
PS> ./open-github
|
||||
PS> ./open-github-website
|
||||
.NOTES
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
.LINK
|
Loading…
Reference in New Issue
Block a user