From c743352975c8b64fa3bb6be5112044e3752a9c9b Mon Sep 17 00:00:00 2001 From: Markus Fleschutz Date: Tue, 23 Nov 2021 22:17:41 +0100 Subject: [PATCH] Simple rename --- Docs/VoiceControl.md | 2 +- ...e-windows-terminal.ps1 => close-windows-terminal-app.ps1} | 5 ++--- ...en-windows-terminal.ps1 => open-windows-terminal-app.ps1} | 4 ++-- 3 files changed, 5 insertions(+), 6 deletions(-) rename Scripts/{close-windows-terminal.ps1 => close-windows-terminal-app.ps1} (75%) rename Scripts/{open-windows-terminal.ps1 => open-windows-terminal-app.ps1} (77%) diff --git a/Docs/VoiceControl.md b/Docs/VoiceControl.md index 2e542f7c..8ccd5c18 100644 --- a/Docs/VoiceControl.md +++ b/Docs/VoiceControl.md @@ -28,7 +28,7 @@ Computer, open `name` browser Computer, open `name` app -------------------------- * this launches the given application. -* replace `name` by: "Calculator", "Git Extensions", "Netflix", "Notepad", "Spotify", "Thunderbird", or "Visual Studio". +* replace `name` by: "Calculator", "Git Extensions", "Netflix", "Notepad", "Spotify", "Thunderbird", "Visual Studio", or "Windows Terminal". * when finished use: *Computer, close `name` app* to stop the application. diff --git a/Scripts/close-windows-terminal.ps1 b/Scripts/close-windows-terminal-app.ps1 similarity index 75% rename from Scripts/close-windows-terminal.ps1 rename to Scripts/close-windows-terminal-app.ps1 index 86163a05..67eb8db2 100755 --- a/Scripts/close-windows-terminal.ps1 +++ b/Scripts/close-windows-terminal-app.ps1 @@ -1,11 +1,10 @@ <# .SYNOPSIS - Closes the Windows Terminal application + Closes the Windows Terminal app .DESCRIPTION This script closes the Windows Terminal application gracefully. .EXAMPLE - PS> ./close-windows-terminal - (Windows Terminal is closed) + PS> ./close-windows-terminal-app .NOTES Author: Markus Fleschutz · License: CC0 .LINK diff --git a/Scripts/open-windows-terminal.ps1 b/Scripts/open-windows-terminal-app.ps1 similarity index 77% rename from Scripts/open-windows-terminal.ps1 rename to Scripts/open-windows-terminal-app.ps1 index b162ec82..3a59c509 100755 --- a/Scripts/open-windows-terminal.ps1 +++ b/Scripts/open-windows-terminal-app.ps1 @@ -1,10 +1,10 @@ <# .SYNOPSIS - Starts Windows Terminal + Launches the Windows Terminal app .DESCRIPTION This script launches the Windows Terminal application. .EXAMPLE - PS> ./open-windows-terminal + PS> ./open-windows-terminal-app .NOTES Author: Markus Fleschutz · License: CC0 .LINK