1
0
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:
Jaap Brasser
2019-10-04 08:24:58 -06:00
committed by GitHub
parent 7751644200
commit b230099154

View File

@@ -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
}
}