mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-04-30 05:34:45 +02:00
Simple rename
This commit is contained in:
parent
8af9ffacf1
commit
a0e6babacf
@ -21,7 +21,7 @@ More supported voice commands are:
|
|||||||
Computer, open `application`
|
Computer, open `application`
|
||||||
----------------------------
|
----------------------------
|
||||||
* launches the given application.
|
* launches the given application.
|
||||||
* replace `application` by: "Calculator", "Git Extensions", "Microsoft Paint", "Netflix", "Notepad", "Paint 3D", "Spotify", "Thunderbird", "Visual Studio", or "Windows Terminal".
|
* replace `application` by: "Calculator", "Git Extensions", "Microsoft Paint", "Netflix", "Notepad", "Outlook", "Paint 3D", "Spotify", "Thunderbird", "Visual Studio", or "Windows Terminal".
|
||||||
* when finished say: *Computer, close `application`* to close the application.
|
* when finished say: *Computer, close `application`* to close the application.
|
||||||
|
|
||||||
|
|
||||||
@ -49,7 +49,7 @@ Computer, open `name` folder
|
|||||||
Computer, open `name` website
|
Computer, open `name` website
|
||||||
-----------------------------
|
-----------------------------
|
||||||
* launches the default Web browser with the given website.
|
* launches the default Web browser with the given website.
|
||||||
* replace `name` by: "Amazon", "Baidu", "BBC", "BitBucket", "CDC", "CIA", "CNN", "eBay", "Facebook", "FBI", "Flipboard", "FourSquare", "GitHub", "HRworks", "Instagram", "Microsoft", "NASA", "NBC", "Notepad", "PayPal", "Pinterest", "Pixabay", "Slashdot", "Starbucks", "Tesla", "TikTok", "Topo Map", "Twitter", "UFA", "Unsplash", "Walmart", "WhatsApp", "White House", "Windy", "Wikipedia", "Wired", "Wolfram Alpha", "Yahoo", or "YouTube".
|
* replace `name` by: "Amazon", "Baidu", "BBC", "BitBucket", "CDC", "CIA", "CNN", "eBay", "Facebook", "FBI", "Flipboard", "FourSquare", "GitHub", "HRworks", "Instagram", "Microsoft", "NASA", "NBC", "Notepad", "Outdoor Active", "PayPal", "Pinterest", "Pixabay", "Slashdot", "Starbucks", "Tesla", "TikTok", "Topo Map", "Twitter", "UFA", "Unsplash", "Walmart", "WhatsApp", "White House", "Windy", "Wikipedia", "Wired", "Wolfram Alpha", "Yahoo", or "YouTube".
|
||||||
* when finished say: *Close tab* or: "Computer, close `name` browser" to close the Web browser.
|
* when finished say: *Close tab* or: "Computer, close `name` browser" to close the Web browser.
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
<#
|
<#
|
||||||
.SYNOPSIS
|
.SYNOPSIS
|
||||||
Closes Microsoft Outlook
|
Closes the Microsoft Outlook app
|
||||||
.DESCRIPTION
|
.DESCRIPTION
|
||||||
This script closes the Microsoft Outlook email application gracefully.
|
This script closes the Microsoft Outlook email application gracefully.
|
||||||
.EXAMPLE
|
.EXAMPLE
|
||||||
PS> ./close-microsoft-outlook
|
PS> ./close-outlook
|
||||||
.NOTES
|
.NOTES
|
||||||
Author: Markus Fleschutz · License: CC0
|
Author: Markus Fleschutz · License: CC0
|
||||||
.LINK
|
.LINK
|
@ -4,7 +4,7 @@
|
|||||||
.DESCRIPTION
|
.DESCRIPTION
|
||||||
This script launches the Web browser with the Outdoor Active website.
|
This script launches the Web browser with the Outdoor Active website.
|
||||||
.EXAMPLE
|
.EXAMPLE
|
||||||
PS> ./open-outdoor-active
|
PS> ./open-outdoor-active-website
|
||||||
.NOTES
|
.NOTES
|
||||||
Author: Markus Fleschutz · License: CC0
|
Author: Markus Fleschutz · License: CC0
|
||||||
.LINK
|
.LINK
|
@ -1,10 +1,10 @@
|
|||||||
<#
|
<#
|
||||||
.SYNOPSIS
|
.SYNOPSIS
|
||||||
Launches Microsoft Outlook
|
Launches the Microsoft Outlook app
|
||||||
.DESCRIPTION
|
.DESCRIPTION
|
||||||
This script launches the Microsoft Outlook email application.
|
This script launches the Microsoft Outlook email application.
|
||||||
.EXAMPLE
|
.EXAMPLE
|
||||||
PS> ./open-microsoft-outlook
|
PS> ./open-outlook
|
||||||
.NOTES
|
.NOTES
|
||||||
Author: Markus Fleschutz · License: CC0
|
Author: Markus Fleschutz · License: CC0
|
||||||
.LINK
|
.LINK
|
Loading…
Reference in New Issue
Block a user