Rename to open/close-git-extensions-app.ps1

This commit is contained in:
Markus Fleschutz 2021-11-21 12:29:59 +01:00
parent 44a1fb2f5e
commit 25051e31ee
3 changed files with 6 additions and 6 deletions

View File

@ -28,13 +28,13 @@ More supported voice commands are:
[wake word], open NAME app [wake word], open NAME app
-------------------------- --------------------------
* this launches the given application. * this launches the given application.
* replace NAME by: "Calculator", "Netflix", "Spotify", "Thunderbird", or "Visual Studio". * replace NAME by: "Calculator", "Git Extensions", "Netflix", "Spotify", "Thunderbird", or "Visual Studio".
* when finished use: *[wake word], close NAME app* to stop the application. * when finished use: *[wake word], close NAME app* to stop the application.
[wake word], open NAME drive [wake word], open NAME drive
---------------------------- ----------------------------
* this launches the File Explorer with the given drive. * this launches the File Explorer showing the content of the given drive.
* replace NAME by: "C:", "D:", "E:", "F:", or "M:". * replace NAME by: "C:", "D:", "E:", "F:", or "M:".
* when finished use: *[wake word], close file explorer* to stop the File Explorer. * when finished use: *[wake word], close file explorer* to stop the File Explorer.

View File

@ -1,10 +1,10 @@
<# <#
.SYNOPSIS .SYNOPSIS
Closes Git Extensions Closes the Git Extensions app
.DESCRIPTION .DESCRIPTION
This script closes the Git Extensions application gracefully. This script closes the Git Extensions application gracefully.
.EXAMPLE .EXAMPLE
PS> ./close-git-extensions PS> ./close-git-extensions-app
.NOTES .NOTES
Author: Markus Fleschutz · License: CC0 Author: Markus Fleschutz · License: CC0
.LINK .LINK

View File

@ -1,10 +1,10 @@
<# <#
.SYNOPSIS .SYNOPSIS
Launches Git Extensions Launches the Git Extensions app
.DESCRIPTION .DESCRIPTION
This script launches the Git Extensions application. This script launches the Git Extensions application.
.EXAMPLE .EXAMPLE
PS> ./open-git-extensions PS> ./open-git-extensions-app
.NOTES .NOTES
Author: Markus Fleschutz · License: CC0 Author: Markus Fleschutz · License: CC0
.LINK .LINK