Skip to content

Commit 8b4f796

Browse files
committed
Add Author to all existing tips
1 parent e52f563 commit 8b4f796

File tree

50 files changed

+50
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+50
-0
lines changed

src/PowerShellTips/2023-07-16-powershell-is-open-source.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ $tip.Urls = @(
77
'https://github.com/PowerShell/PowerShell'
88
)
99
$tip.Category = [tiPS.TipCategory]::Community
10+
$tip.Author = 'Daniel Schroeder (deadlydog)'

src/PowerShellTips/2023-07-17-set-strict-mode-on-your-scripts.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ $tip.Urls = @(
77
'https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.core/set-strictmode'
88
)
99
$tip.Category = [tiPS.TipCategory]::Syntax
10+
$tip.Author = 'Daniel Schroeder (deadlydog)'

src/PowerShellTips/2023-08-28-view-your-command-line-history.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ $tip.Urls = @(
1111
'https://learn.microsoft.com/powershell/module/microsoft.powershell.core/get-history'
1212
)
1313
$tip.Category = [tiPS.TipCategory]::Terminal
14+
$tip.Author = 'Emil Larsson (ehmiiz)'

src/PowerShellTips/2023-09-05-when-checking-for-null-put-null-on-the-left.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@ $tip.Urls = @(
1515
'https://stackoverflow.com/a/60996703/602585'
1616
)
1717
$tip.Category = [tiPS.TipCategory]::Syntax # Community, Editor, Module, NativeCmdlet, Performance, Security, Syntax, Terminal, or Other.
18+
$tip.Author = 'Daniel Schroeder (deadlydog)'

src/PowerShellTips/2023-09-06-use-ctrlr-to-search-your-terminal-history.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ $tip.Urls = @(
1313
'https://woshub.com/powershell-commands-history/'
1414
)
1515
$tip.Category = [tiPS.TipCategory]::Terminal # Community, Editor, Module, NativeCmdlet, Performance, Security, Syntax, Terminal, or Other.
16+
$tip.Author = 'Daniel Schroeder (deadlydog)'

src/PowerShellTips/2023-09-06-use-ctrlspace-to-list-all-parameters-properties-and-possibilities.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,4 @@ $tip.Urls = @(
1818
'https://blog.danskingdom.com/PowerShell-intellisense-on-the-command-line/'
1919
)
2020
$tip.Category = [tiPS.TipCategory]::Terminal # Community, Editor, Module, NativeCmdlet, Performance, Security, Syntax, Terminal, or Other.
21+
$tip.Author = 'Daniel Schroeder (deadlydog)'

src/PowerShellTips/2023-09-11-ensure-prerequisites-are-met-by-using-requires.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,4 @@ $tip.Urls = @(
2020
'https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_requires'
2121
)
2222
$tip.Category = [tiPS.TipCategory]::Syntax # Community, Editor, Module, NativeCmdlet, Performance, Security, Syntax, Terminal, or Other.
23+
$tip.Author = 'Daniel Schroeder (deadlydog)'

src/PowerShellTips/2023-09-11-join-the-monthly-powershell-community-call.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ $tip.Urls = @(
1313
'https://www.youtube.com/@powershellanddscteamchanne5739'
1414
)
1515
$tip.Category = [tiPS.TipCategory]::Community # Community, Editor, Module, NativeCmdlet, Performance, Security, Syntax, Terminal, or Other.
16+
$tip.Author = 'Daniel Schroeder (deadlydog)'

src/PowerShellTips/2023-09-11-read-and-write-excel-spreadsheets-with-importexcel.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,4 @@ $tip.Urls = @(
2424
'https://github.com/dfinke/ImportExcel'
2525
)
2626
$tip.Category = [tiPS.TipCategory]::Module # Community, Editor, Module, NativeCmdlet, Performance, Security, Syntax, Terminal, or Other.
27+
$tip.Author = 'Daniel Schroeder (deadlydog)'

src/PowerShellTips/2023-09-12-get-text-file-updates-in-realtime-with-get-content.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ $tip.Urls = @(
1414
'https://4sysops.com/archives/parse-log-files-with-powershell/'
1515
)
1616
$tip.Category = [tiPS.TipCategory]::NativeCmdlet # Community, Editor, Module, NativeCmdlet, Performance, Security, Syntax, Terminal, or Other.
17+
$tip.Author = 'Daniel Schroeder (deadlydog)'

0 commit comments

Comments
 (0)