Skip to content
View HeyItsGilbert's full-sized avatar
๐Ÿ˜‰
"Not just good! Good Enough!"
๐Ÿ˜‰
"Not just good! Good Enough!"

Organizations

@psake @PowerShellOrg @PSInclusive @MarkdownMadness

Block or report HeyItsGilbert

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please donโ€™t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
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 587 147

  3. PesterExplorer PesterExplorer Public

    A TUI to explore Pester results.

    PowerShell 25 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 10 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