Add open-google-translate.ps1 and open-youtube.ps1

This commit is contained in:
Markus Fleschutz
2021-10-25 10:15:01 +02:00
parent 5e2bc0c609
commit dbe42671ec
6 changed files with 96 additions and 0 deletions

View File

@ -0,0 +1,26 @@
## open-google-translate.ps1 - Opens Google Translate
This script starts the Web browser and opens Google Translate.
## Parameters
```powershell
open-google-translate.ps1 [<CommonParameters>]
[<CommonParameters>]
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
```
## Example
```powershell
PS> ./open-google-translate
```
## 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-translate.ps1*

26
Docs/open-youtube.md Normal file
View File

@ -0,0 +1,26 @@
## open-youtube.ps1 - Opens YouTube
This script starts the Web browser and opens YouTube.com.
## Parameters
```powershell
open-youtube.ps1 [<CommonParameters>]
[<CommonParameters>]
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
```
## Example
```powershell
PS> ./open-youtube
```
## 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-youtube.ps1*