mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-09 05:04:39 +02:00
Add open-google-play.ps1 and open-google-mail.ps1
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
## open-google-contacts.ps1 - Opens Google Contacts
|
||||
|
||||
This script launches the Web browser with Google Contacts website.
|
||||
This script launches the Web browser with the Google Contacts website.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
|
@ -1,6 +1,6 @@
|
||||
## open-google-earth.ps1 - Opens Google Earth
|
||||
|
||||
This script launches the Web browser with Google Earth's website.
|
||||
This script launches the Web browser with the Google Earth website.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
|
26
Docs/open-google-mail.md
Normal file
26
Docs/open-google-mail.md
Normal file
@ -0,0 +1,26 @@
|
||||
## open-google-mail.ps1 - Opens Google Mail
|
||||
|
||||
This script launches the Web browser with the Google Mail website.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
open-google-mail.ps1 [<CommonParameters>]
|
||||
|
||||
[<CommonParameters>]
|
||||
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||
```
|
||||
|
||||
## Example
|
||||
```powershell
|
||||
PS> ./open-google-mail
|
||||
|
||||
```
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
||||
*Generated by convert-ps2md.ps1 using the comment-based help of open-google-mail.ps1*
|
26
Docs/open-google-play.md
Normal file
26
Docs/open-google-play.md
Normal file
@ -0,0 +1,26 @@
|
||||
## open-google-play.ps1 - Opens Google Play
|
||||
|
||||
This script launches the Web browser with the Google Play website.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
open-google-play.ps1 [<CommonParameters>]
|
||||
|
||||
[<CommonParameters>]
|
||||
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||
```
|
||||
|
||||
## Example
|
||||
```powershell
|
||||
PS> ./open-google-play
|
||||
|
||||
```
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
||||
*Generated by convert-ps2md.ps1 using the comment-based help of open-google-play.ps1*
|
Reference in New Issue
Block a user