mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-09 05:04:39 +02:00
Add open-repos-folder.ps1
This commit is contained in:
@ -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
26
Docs/open-repos-folder.md
Normal 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*
|
Reference in New Issue
Block a user