mirror of
https://github.com/fleschutz/PowerShell.git
synced 2024-11-14 03:54:46 +01:00
Rename to open/close-git-extensions-app.ps1
This commit is contained in:
parent
44a1fb2f5e
commit
25051e31ee
@ -28,13 +28,13 @@ More supported voice commands are:
|
||||
[wake word], open NAME app
|
||||
--------------------------
|
||||
* 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.
|
||||
|
||||
|
||||
[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:".
|
||||
* when finished use: *[wake word], close file explorer* to stop the File Explorer.
|
||||
|
||||
|
@ -1,10 +1,10 @@
|
||||
<#
|
||||
.SYNOPSIS
|
||||
Closes Git Extensions
|
||||
Closes the Git Extensions app
|
||||
.DESCRIPTION
|
||||
This script closes the Git Extensions application gracefully.
|
||||
.EXAMPLE
|
||||
PS> ./close-git-extensions
|
||||
PS> ./close-git-extensions-app
|
||||
.NOTES
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
.LINK
|
@ -1,10 +1,10 @@
|
||||
<#
|
||||
.SYNOPSIS
|
||||
Launches Git Extensions
|
||||
Launches the Git Extensions app
|
||||
.DESCRIPTION
|
||||
This script launches the Git Extensions application.
|
||||
.EXAMPLE
|
||||
PS> ./open-git-extensions
|
||||
PS> ./open-git-extensions-app
|
||||
.NOTES
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
.LINK
|
Loading…
Reference in New Issue
Block a user