mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-02-22 20:51:17 +01:00
Simple rename
This commit is contained in:
parent
c754bae0bf
commit
c743352975
@ -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.
|
||||
|
||||
|
||||
|
@ -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
|
@ -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
|
Loading…
Reference in New Issue
Block a user