You've already forked SharedScripts
mirror of
https://github.com/jaapbrasser/SharedScripts.git
synced 2025-12-24 21:51:38 +02:00
Update New-GitHubMarkdownIndex.ps1
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
function New-GitHubMarkdownIndex {
|
||||
<#
|
||||
.SYNOPSIS
|
||||
Confusion to generate an index to be used in markdown files
|
||||
#>
|
||||
param(
|
||||
$Path = 'C:\Temp\Events',
|
||||
$GitHubUri = 'https://github.com/jaapbrasser/events/tree/master'
|
||||
@@ -12,4 +16,4 @@ function New-GitHubMarkdownIndex {
|
||||
"$(" "*$Count*2)* [$(Split-Path $_ -Leaf)]($GitHubUri$GHPath)"
|
||||
}
|
||||
} | clip.exe
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user