mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-04-21 09:28:21 +02:00
Simple rename
This commit is contained in:
parent
194040f6a3
commit
62d1163e82
@ -56,7 +56,7 @@ Computer, open `name` settings
|
|||||||
Computer, open `name` website
|
Computer, open `name` website
|
||||||
-----------------------------
|
-----------------------------
|
||||||
* this launches the default Web browser with the given website.
|
* this launches the default Web browser with the given website.
|
||||||
* replace `name` by: "Amazon", "Baidu", "BBC", "CDC", "CIA", "CNN", "eBay", "Facebook", "FBI", "GitHub", "HRworks", "Instagram", "Microsoft", "NASA", "NBC", "Pinterest", "Pixabay", "Slashdot", "Tesla", "TikTok", "Twitter", "UFA", "Unsplash", "Walmart", "WhatsApp", "White House", "Wikipedia", "Wired", or "Yahoo".
|
* replace `name` by: "Amazon", "Baidu", "BBC", "CDC", "CIA", "CNN", "eBay", "Facebook", "FBI", "GitHub", "HRworks", "Instagram", "Microsoft", "NASA", "NBC", "Pinterest", "Pixabay", "Slashdot", "Tesla", "TikTok", "Twitter", "UFA", "Unsplash", "Walmart", "WhatsApp", "White House", "Windy", "Wikipedia", "Wired", "Yahoo", or "YouTube".
|
||||||
* when finished see "Computer, close `name` browser" to stop the Web browser.
|
* when finished see "Computer, close `name` browser" to stop the Web browser.
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
<#
|
<#
|
||||||
.SYNOPSIS
|
.SYNOPSIS
|
||||||
Opens windy.com
|
Opens the windy.com website
|
||||||
.DESCRIPTION
|
.DESCRIPTION
|
||||||
This script launches the Web browser with the windy.com website.
|
This script launches the Web browser with the windy.com website.
|
||||||
.EXAMPLE
|
.EXAMPLE
|
||||||
PS> ./open-windy
|
PS> ./open-windy-website
|
||||||
.NOTES
|
.NOTES
|
||||||
Author: Markus Fleschutz · License: CC0
|
Author: Markus Fleschutz · License: CC0
|
||||||
.LINK
|
.LINK
|
@ -1,10 +1,10 @@
|
|||||||
<#
|
<#
|
||||||
.SYNOPSIS
|
.SYNOPSIS
|
||||||
Opens YouTube
|
Opens the YouTube website
|
||||||
.DESCRIPTION
|
.DESCRIPTION
|
||||||
This script launches the Web browser with YouTube's website.
|
This script launches the Web browser with the YouTube website.
|
||||||
.EXAMPLE
|
.EXAMPLE
|
||||||
PS> ./open-youtube
|
PS> ./open-youtube-website
|
||||||
.NOTES
|
.NOTES
|
||||||
Author: Markus Fleschutz · License: CC0
|
Author: Markus Fleschutz · License: CC0
|
||||||
.LINK
|
.LINK
|
Loading…
Reference in New Issue
Block a user