From 62d1163e82c68abf07d169149912c7eede3fce1b Mon Sep 17 00:00:00 2001 From: Markus Fleschutz Date: Tue, 23 Nov 2021 11:54:22 +0100 Subject: [PATCH] Simple rename --- Docs/VoiceControl.md | 2 +- Scripts/{open-windy.ps1 => open-windy-website.ps1} | 4 ++-- Scripts/{open-youtube.ps1 => open-youtube-website.ps1} | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) rename Scripts/{open-windy.ps1 => open-windy-website.ps1} (83%) rename Scripts/{open-youtube.ps1 => open-youtube-website.ps1} (65%) diff --git a/Docs/VoiceControl.md b/Docs/VoiceControl.md index 40385bfd..83e57a17 100644 --- a/Docs/VoiceControl.md +++ b/Docs/VoiceControl.md @@ -56,7 +56,7 @@ Computer, open `name` settings Computer, open `name` 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. diff --git a/Scripts/open-windy.ps1 b/Scripts/open-windy-website.ps1 similarity index 83% rename from Scripts/open-windy.ps1 rename to Scripts/open-windy-website.ps1 index ff1f39e1..be93144f 100755 --- a/Scripts/open-windy.ps1 +++ b/Scripts/open-windy-website.ps1 @@ -1,10 +1,10 @@ <# .SYNOPSIS - Opens windy.com + Opens the windy.com website .DESCRIPTION This script launches the Web browser with the windy.com website. .EXAMPLE - PS> ./open-windy + PS> ./open-windy-website .NOTES Author: Markus Fleschutz · License: CC0 .LINK diff --git a/Scripts/open-youtube.ps1 b/Scripts/open-youtube-website.ps1 similarity index 65% rename from Scripts/open-youtube.ps1 rename to Scripts/open-youtube-website.ps1 index 9435f6de..7aa57663 100755 --- a/Scripts/open-youtube.ps1 +++ b/Scripts/open-youtube-website.ps1 @@ -1,10 +1,10 @@ <# .SYNOPSIS - Opens YouTube + Opens the YouTube website .DESCRIPTION - This script launches the Web browser with YouTube's website. + This script launches the Web browser with the YouTube website. .EXAMPLE - PS> ./open-youtube + PS> ./open-youtube-website .NOTES Author: Markus Fleschutz · License: CC0 .LINK