Simple rename

This commit is contained in:
Markus Fleschutz 2021-11-23 22:17:41 +01:00
parent c754bae0bf
commit c743352975
3 changed files with 5 additions and 6 deletions

View File

@ -28,7 +28,7 @@ Computer, open `name` browser
Computer, open `name` app Computer, open `name` app
-------------------------- --------------------------
* this launches the given application. * 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. * when finished use: *Computer, close `name` app* to stop the application.

View File

@ -1,11 +1,10 @@
<# <#
.SYNOPSIS .SYNOPSIS
Closes the Windows Terminal application Closes the Windows Terminal app
.DESCRIPTION .DESCRIPTION
This script closes the Windows Terminal application gracefully. This script closes the Windows Terminal application gracefully.
.EXAMPLE .EXAMPLE
PS> ./close-windows-terminal PS> ./close-windows-terminal-app
(Windows Terminal is closed)
.NOTES .NOTES
Author: Markus Fleschutz · License: CC0 Author: Markus Fleschutz · License: CC0
.LINK .LINK

View File

@ -1,10 +1,10 @@
<# <#
.SYNOPSIS .SYNOPSIS
Starts Windows Terminal Launches the Windows Terminal app
.DESCRIPTION .DESCRIPTION
This script launches the Windows Terminal application. This script launches the Windows Terminal application.
.EXAMPLE .EXAMPLE
PS> ./open-windows-terminal PS> ./open-windows-terminal-app
.NOTES .NOTES
Author: Markus Fleschutz · License: CC0 Author: Markus Fleschutz · License: CC0
.LINK .LINK