Skip to content
View jshigetomi's full-sized avatar
  • Microsoft

Block or report jshigetomi

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse

Pinned Loading

  1. PowerShell PowerShell Public

    Forked from PowerShell/PowerShell

    PowerShell for every system!

    C#

  2. PSReadLine PSReadLine Public

    Forked from PowerShell/PSReadLine

    A bash inspired readline implementation for PowerShell

    C#

  3. PSResourceGet PSResourceGet Public

    Forked from PowerShell/PSResourceGet

    PSResourceGet is the package manager for PowerShell

    C#

  4. ThreadJob ThreadJob Public

    Forked from PowerShell/ThreadJob

    PowerShell

  5. PowerShell-Docs-PSGet PowerShell-Docs-PSGet Public

    Forked from MicrosoftDocs/PowerShell-Docs-PSGet

    The official documentation for PowerShellGet and PowerShell Gallery

    PowerShell

  6. Tab completion for PowerShell parame... Tab completion for PowerShell parameters and some parameter arguments
    1
    Register-ArgumentCompleter -Native -CommandName 'pwsh','pwsh.exe' -ScriptBlock {
    2
        param( $wordToComplete, $commandAst, $cursorPosition )
    3
        function Find-ParameterBeforeCursor {
    4
            param(
    5
                [System.Management.Automation.Language.CommandAst]$CommandAst,