mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-04-27 04:08:44 +02: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
|
[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.
|
||||||
|
|
||||||
|
@ -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
|
@ -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
|
Loading…
Reference in New Issue
Block a user