Add open-repos-folder.ps1

This commit is contained in:
Markus Fleschutz
2021-10-23 15:57:31 +02:00
parent 9492c2cbda
commit 87bab35a81
5 changed files with 53 additions and 1 deletions

View File

@ -30,7 +30,7 @@ export-to-manuals.ps1 [[-FilePattern] <String>] [[-TargetDir] <String>] [<Common
## Example
```powershell
PS> ./export-to-manuals.ps1
Exporting 264 PowerShell scripts to /home/markus/PowerShell/Docs...
Found 264 scripts, exporting them to /home/markus/PowerShell/Docs...
exported 264 PowerShell scripts in 28 sec
```

26
Docs/open-repos-folder.md Normal file
View File

@ -0,0 +1,26 @@
## open-repos-folder.ps1 - Opens the Git repositories folder
This script starts the File Explorer to show the repositories folder.
## Parameters
```powershell
open-repos-folder.ps1 [<CommonParameters>]
[<CommonParameters>]
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
```
## Example
```powershell
PS> ./open-repos-folder
```
## 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-repos-folder.ps1*