Skip to content
View HeyItsGilbert's full-sized avatar

Organizations

@psake

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 ๐Ÿ‘‹๐Ÿคน๐Ÿปโ€โ™‚๏ธ

I'm a Staff Software Development Engineer at Tesla specifically working on PowerShell.

  • ๐Ÿ”ญ Iโ€™m currently working on streamlining PowerShell module builds.
  • ๐Ÿค Iโ€™m looking to collaborate on OSR Gaming and PowerShell
  • ๐Ÿ’ฌ Ask me about PowerShell, Chef, or Fishing
  • ๐Ÿ˜„ Pronouns: He/Him/His
  • ๐ŸŒฒ You can see all my social media links at my LittleLink

Pinned Loading

  1. dotfiles dotfiles Public

    Gilbert's dot files.

    PowerShell 36 5

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

    Open source chef cookbooks.

    Ruby 586 148

  3. PesterExplorer PesterExplorer Public

    A TUI to explore Pester results.

    PowerShell 23 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 9 1

  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