Skip to content
View HeyItsGilbert's full-sized avatar
🀑
"Not just good! Good Enough!"
🀑
"Not just good! Good Enough!"

Highlights

  • Pro

Organizations

@psake @PowerShellOrg @PSInclusive @MarkdownMadness

Block or report HeyItsGilbert

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
HeyItsGilbert/README.md

Hey! It's Gilbert πŸ‘‹πŸ€ΉπŸ»β€β™‚οΈ

Team lead, engineer, and open source maintainer in the PowerShell community. I maintain projects like psake, PowerShellBuild, PSDepend automate everything in sight (the house runs on Home Assistant β€” no regrets), and care a lot about making tech more accessible and welcoming, especially for neurodiverse folks.

  • πŸ”­ Currently working on PowerShell module build tooling and automation
  • πŸ› οΈ Maintaining psake and PowerShellBuild in the PowerShell OSS community
  • 🀝 Looking to collaborate on PowerShell tooling and OSR Gaming
  • ✍️ Writing about automation, tooling, and engineering culture at gilbertsanchez.com
  • 🌲 All my links at links.gilbertsanchez.com

Pinned Loading

  1. dotfiles dotfiles Public

    Gilbert's dot files.

    PowerShell 38 5

  2. facebook/chef-cookbooks facebook/chef-cookbooks Public

    Open source chef cookbooks.

    Ruby 592 149

  3. PesterExplorer PesterExplorer Public

    A TUI to explore Pester results.

    PowerShell 26 1

  4. ChocoLogParse ChocoLogParse Public

    Parses Chocolatey logs into easy to use objects.

    PowerShell 4

  5. GoodEnoughRules GoodEnoughRules Public

    A set of PSScriptAnalyzer rules that help make it Good Enough!

    PowerShell 11 2

  6. cd that: 1) navigates to parent fold... cd that: 1) navigates to parent folder when given a file path; 2) supports cd - to pop; 3) supports multiple parent changes with 2+ `.`
    1
    function Set-LocationButBetter {
    2
        param (
    3
            [Parameter(
    4
                ValueFromPipeline,
    5
                ValueFromPipelineByPropertyName