mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-14 14:58:47 +02:00
Add open-google-contacts.ps1 and open-google-news.ps1
This commit is contained in:
26
Docs/open-google-contacts.md
Normal file
26
Docs/open-google-contacts.md
Normal file
@ -0,0 +1,26 @@
|
||||
## open-google-contacts.ps1 - Opens Google Contacts
|
||||
|
||||
This script starts the Web browser and opens Google Contacts.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
open-google-contacts.ps1 [<CommonParameters>]
|
||||
|
||||
[<CommonParameters>]
|
||||
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||
```
|
||||
|
||||
## Example
|
||||
```powershell
|
||||
PS> ./open-google-contacts
|
||||
|
||||
```
|
||||
|
||||
## 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-contacts.ps1*
|
26
Docs/open-google-news.md
Normal file
26
Docs/open-google-news.md
Normal file
@ -0,0 +1,26 @@
|
||||
## open-google-news.ps1 - Opens Google News
|
||||
|
||||
This script starts the Web browser and opens Google News.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
open-google-news.ps1 [<CommonParameters>]
|
||||
|
||||
[<CommonParameters>]
|
||||
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||
```
|
||||
|
||||
## Example
|
||||
```powershell
|
||||
PS> ./open-google-news
|
||||
|
||||
```
|
||||
|
||||
## 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-news.ps1*
|
Reference in New Issue
Block a user