From 5e03bda303897267810c8fd31eb03156210649dd Mon Sep 17 00:00:00 2001 From: James Brundage <+@users.noreply.github.com> Date: Wed, 2 Sep 2026 12:20:01 -0700 Subject: [PATCH 1/3] feat: James Brundage Author Profile --- content/authors/james-brundage/_index.md | 37 ++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 content/authors/james-brundage/_index.md diff --git a/content/authors/james-brundage/_index.md b/content/authors/james-brundage/_index.md new file mode 100644 index 000000000..e4db05b13 --- /dev/null +++ b/content/authors/james-brundage/_index.md @@ -0,0 +1,37 @@ +--- +title: "James Brundage" +tagline: "Jack of All Trades, Master of PowerShell" +website: "https://MrPowerShell.com" +github: "https://github.com/StartAutomating" +linkedin: "https://www.linkedin.com/in/jamesbrundage/" +bluesky: "https://bsky.app/profile/mrpowershell.com" +--- + +Prolific Programmer and Polymath. Ex-MSFT, Ex-PowerShell Team. Helped build PowerShell and have taken it to new frontiers for the past 20 years. + +Microsoft MVP in PowerShell and Web Development. Creator of many tools and toys. + +You can find most of my projects @: + +* [GitHub.com/StartAutomating](https://github.com/StartAutomating) +* [GitHub.com/PoshWeb](https://github.com/PoshWeb) + +These modules may change your life: + +* [ugit](https://github.com/StartAutomating/ugit) - Updated Git in PowerShell +* [Posh](https://github.com/StartAutomating/posh) - PowerShell made Posh +* [obs-powershell](https://github.com/StartAutomating/obs-powershell) - Script Your Streams +* [EZout](https://github.com/StartAutomating/EZOut) - Easy Types and Format files +* [Turtle](https://github.com/PoshWeb/Turtle) - Turtle Graphics in PowerShell +* [Reptile](https://github.com/PoshWeb/Reptile) - Scaley Simple Safe Web REPLs +* [Fun](https://github.com/PoshWeb/Fun) - A Fun Functional Web Server +* [Irregular](https://github.com/StartAutomating/Irregular) - Regular Expressions Made Strangely Simple +* [PipeScript](https://github.com/StartAutomating/PipeScript) - Metaprogramming Language made with PowerShell +* [Splatter](https://github.com/StartAutomating/Splatter) - Simple Scripts to Supercharge Splatting +* [Benchpress](https://github.com/StartAutomating/Benchpress) - PowerShell performance benchmarks +* [PSSVG](https://github.com/StartAutomating/PSSVG) - Script SVGs with PowerShell +* [HelpOut](https://github.com/StartAutomating/HelpOut) - Helps output PowerShell documentation +* [LightScript](https://github.com/StartAutomating/LightScript) - Smarter lighting with PowerShell +* [MarkX](https://github.com/PoshWeb/MarkX/) - Markdown, XML, and PowerShell +* [OP](https://github.com/PoshWeb/OP) - Overpowered module for Open Packages +* [WebSocket](https://github.com/PoshWeb/WebSocket) - Work with WebSockets in PowerShell \ No newline at end of file From 5a78fbc1a0baa175af9ba12ef57883d03b308dae Mon Sep 17 00:00:00 2001 From: James Brundage <+@users.noreply.github.com> Date: Wed, 2 Sep 2026 12:27:12 -0700 Subject: [PATCH 2/3] feat: James Brundage Author Profile Adding RoughDraft --- content/authors/james-brundage/_index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/authors/james-brundage/_index.md b/content/authors/james-brundage/_index.md index e4db05b13..c0e4757c0 100644 --- a/content/authors/james-brundage/_index.md +++ b/content/authors/james-brundage/_index.md @@ -21,6 +21,7 @@ These modules may change your life: * [ugit](https://github.com/StartAutomating/ugit) - Updated Git in PowerShell * [Posh](https://github.com/StartAutomating/posh) - PowerShell made Posh * [obs-powershell](https://github.com/StartAutomating/obs-powershell) - Script Your Streams +* [RoughDraft](https://github.com/StartAutomating/RoughDraft) - Multimedia toolkit for PowerShell (using ffmpeg) * [EZout](https://github.com/StartAutomating/EZOut) - Easy Types and Format files * [Turtle](https://github.com/PoshWeb/Turtle) - Turtle Graphics in PowerShell * [Reptile](https://github.com/PoshWeb/Reptile) - Scaley Simple Safe Web REPLs From 2bc7dde781a4ccec14c49dd9eff79a46ecd654ef Mon Sep 17 00:00:00 2001 From: James Brundage <+@users.noreply.github.com> Date: Wed, 2 Sep 2026 15:16:17 -0700 Subject: [PATCH 3/3] feat: James Brundage Author Profile Adding Avatar --- content/authors/james-brundage/_index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/authors/james-brundage/_index.md b/content/authors/james-brundage/_index.md index c0e4757c0..4350fd47c 100644 --- a/content/authors/james-brundage/_index.md +++ b/content/authors/james-brundage/_index.md @@ -1,6 +1,7 @@ --- title: "James Brundage" tagline: "Jack of All Trades, Master of PowerShell" +avatar: "https://startautomating.com/Assets/StartAutomating-Icon.png" website: "https://MrPowerShell.com" github: "https://github.com/StartAutomating" linkedin: "https://www.linkedin.com/in/jamesbrundage/"