Is there any project for PowerShell like bash-completion where I can propose my custom completers for external commands?

This page summarizes the projects mentioned and recommended in the original post on /r/PowerShell

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • bash-completion

    Programmable completion functions for bash

  • bash-completion - is a collection of command line command completions for the Bash shell, collection of helper functions to assist in creating new completions, and set of facilities for loading completions automatically on demand, as well as installing them.

  • DockerCompletion

    Docker command completion for PowerShell.

  • Name ProjectUri Description ---- ---------- ----------- DockerCompletion https://github.com/matt9ucci/DockerCompletion Docker command completion for PowerShell. sthArgumentCompleter https://github.com/sethvs/sthArgumentCompleter Module for managing argument completers registered by Register-ArgumentCompleter cmdlet PSKubectlCompletion https://github.com/mziyabo/PSKubectlCompletion Kubectl auto-completion for PowerShell BitTitan.Runbooks.MSPComplete PowerShell module for common MSPComplete functions and resources used in BitTitan Runbooks. Microsoft.PowerShell.UnixCompleters https://github.com/PowerShell/Modules/tree/master/Modules/Microsoft.PowerShell.UnixCompleters Get parameter completion for native Unix utilities. Requires zsh or bash. NPMTabCompletion https://github.com/dfinke/NPMTabCompletion Enables tab completion for npm commands npm-completion https://github.com/gluons/posh-npm-completion A npm tab completion for PowerShell. GuiCompletion https://github.com/nightroman/PS-GuiCompletion GUI-style tab-completion menu for PowerShell. PSBashCompletions https://github.com/tillig/ps-bash-completions PSBashCompletions offers the ability to process bash completions into PowerShell. AWSCompleter https://github.com/mziyabo/PSAWSCompletion awscli auto-completion for PowerShell BitTitan.Runbooks.MSPComplete.Beta PowerShell module for common MSPComplete functions and resources used in BitTitan Runbooks. DockerComposeCompletion https://github.com/matt9ucci/DockerComposeCompletion Docker Compose command completion for PowerShell. posh-HumpCompletion https://github.com/stuartleeks/posh-HumpCompletion When working with some PowerShell modules, there can be a large number of cmdlets, and t... scoop-completion https://github.com/Moeologist/scoop-completion A Scoop tab completion module for PowerShell. yarn-completion https://github.com/gluons/posh-yarn-completion A Yarn tab completion for PowerShell. CompletionPredictor Command-line intellisense based on PowerShell auto-completion DockerMachineCompletion https://github.com/matt9ucci/DockerMachineCompletion Docker Machine command completion for PowerShell. TSDTabCompletion Enables tab completion for tsd commands VSCETabCompletion Enables tab completion for vsce commands MavenAutoCompletion https://github.com/krymtkts/MavenAutoCompletion Maven Auto Completion provides a simple auto completion of Maven 3 to PowerShell. PSGitCompletions http://github.com/PowerCode/PSGitCompletions Tab completions for git.exe YarnTabCompletion Enables tab completion for Yarn commands CompleteHipChat https://github.com/DaveStephens/CompleteHipChat/ A module for interacting with the HipChat REST API. GcloudTabComplete Provide tab completion for the gcloud CLI interface PubCompletion https://github.com/vsotov/PubCompletion PubCompletion extends tab competion and IntelliSense feature of PowerShell >= v5 for Dar... WSLTabCompletion https://github.com/NotTheDr01ds/WSLTabCompletion Provides completion suggestions for wsl.exe (Windows Subsystem for Linux) SecretManagementArgumentCompleter https://github.com/itfranck/SecretManagementArgumentCompleter Argument completer for Microsoft.Powershell.SecretManagement kmt.winget.autocomplete https://github.com/KevinMarquette/winget.autocomplete enables the winget autocomplete functionality when imported VimTabCompletion https://github.com/jfishe/VimTabCompletion Powershell Tab Completion for Vim YarnComplete Provides basic tab completion for Yarn scripts ps-adcompleters Provide tab-completion to users and groups in ActiveDirectory macOSdefaultsCompleter https://github.com/TylerLeonhardt/macOSdefaultsCompleter An argument completer for the macOS `defaults` utility. opCompleter https://github.com/MJECloud/opCompleter An argument completer for the 1Password CLI. TerraformCompletion https://github.com/balticer/TerraformCompletion Provides Terraform command completion for PowerShell. Microsoft.PowerShell.UnixTabComp... https://github.com/PowerShell/UnixCompleters Get parameter completion for native Unix utilities. Requires zsh or bash. Register-Completion https://github.com/aliuq/Register-Completion Easy to register tab completions with data structures. Easy to customize. UsefulArgumentCompleters https://github.com/MartinGC94/UsefulArgumentCompleters Module with lots of argument completers for popular commands. PsComplete https://github.com/aciq/pscomplete/ Cross-platform custom powershell autocomplete / tab expansion nvm-completion https://github.com/kamack38/posh-nvm-completion A nvm tab completion for PowerShell. PwshComplete https://github.com/artiga033/Pwsh-Complete Adds tab completion for many commandline tools. chocolatey-tab-completion chocolatey tab-completion module

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • sthArgumentCompleter

    Module for working with argument completers registered by Register-ArgumentCompleter cmdlet

  • Name ProjectUri Description ---- ---------- ----------- DockerCompletion https://github.com/matt9ucci/DockerCompletion Docker command completion for PowerShell. sthArgumentCompleter https://github.com/sethvs/sthArgumentCompleter Module for managing argument completers registered by Register-ArgumentCompleter cmdlet PSKubectlCompletion https://github.com/mziyabo/PSKubectlCompletion Kubectl auto-completion for PowerShell BitTitan.Runbooks.MSPComplete PowerShell module for common MSPComplete functions and resources used in BitTitan Runbooks. Microsoft.PowerShell.UnixCompleters https://github.com/PowerShell/Modules/tree/master/Modules/Microsoft.PowerShell.UnixCompleters Get parameter completion for native Unix utilities. Requires zsh or bash. NPMTabCompletion https://github.com/dfinke/NPMTabCompletion Enables tab completion for npm commands npm-completion https://github.com/gluons/posh-npm-completion A npm tab completion for PowerShell. GuiCompletion https://github.com/nightroman/PS-GuiCompletion GUI-style tab-completion menu for PowerShell. PSBashCompletions https://github.com/tillig/ps-bash-completions PSBashCompletions offers the ability to process bash completions into PowerShell. AWSCompleter https://github.com/mziyabo/PSAWSCompletion awscli auto-completion for PowerShell BitTitan.Runbooks.MSPComplete.Beta PowerShell module for common MSPComplete functions and resources used in BitTitan Runbooks. DockerComposeCompletion https://github.com/matt9ucci/DockerComposeCompletion Docker Compose command completion for PowerShell. posh-HumpCompletion https://github.com/stuartleeks/posh-HumpCompletion When working with some PowerShell modules, there can be a large number of cmdlets, and t... scoop-completion https://github.com/Moeologist/scoop-completion A Scoop tab completion module for PowerShell. yarn-completion https://github.com/gluons/posh-yarn-completion A Yarn tab completion for PowerShell. CompletionPredictor Command-line intellisense based on PowerShell auto-completion DockerMachineCompletion https://github.com/matt9ucci/DockerMachineCompletion Docker Machine command completion for PowerShell. TSDTabCompletion Enables tab completion for tsd commands VSCETabCompletion Enables tab completion for vsce commands MavenAutoCompletion https://github.com/krymtkts/MavenAutoCompletion Maven Auto Completion provides a simple auto completion of Maven 3 to PowerShell. PSGitCompletions http://github.com/PowerCode/PSGitCompletions Tab completions for git.exe YarnTabCompletion Enables tab completion for Yarn commands CompleteHipChat https://github.com/DaveStephens/CompleteHipChat/ A module for interacting with the HipChat REST API. GcloudTabComplete Provide tab completion for the gcloud CLI interface PubCompletion https://github.com/vsotov/PubCompletion PubCompletion extends tab competion and IntelliSense feature of PowerShell >= v5 for Dar... WSLTabCompletion https://github.com/NotTheDr01ds/WSLTabCompletion Provides completion suggestions for wsl.exe (Windows Subsystem for Linux) SecretManagementArgumentCompleter https://github.com/itfranck/SecretManagementArgumentCompleter Argument completer for Microsoft.Powershell.SecretManagement kmt.winget.autocomplete https://github.com/KevinMarquette/winget.autocomplete enables the winget autocomplete functionality when imported VimTabCompletion https://github.com/jfishe/VimTabCompletion Powershell Tab Completion for Vim YarnComplete Provides basic tab completion for Yarn scripts ps-adcompleters Provide tab-completion to users and groups in ActiveDirectory macOSdefaultsCompleter https://github.com/TylerLeonhardt/macOSdefaultsCompleter An argument completer for the macOS `defaults` utility. opCompleter https://github.com/MJECloud/opCompleter An argument completer for the 1Password CLI. TerraformCompletion https://github.com/balticer/TerraformCompletion Provides Terraform command completion for PowerShell. Microsoft.PowerShell.UnixTabComp... https://github.com/PowerShell/UnixCompleters Get parameter completion for native Unix utilities. Requires zsh or bash. Register-Completion https://github.com/aliuq/Register-Completion Easy to register tab completions with data structures. Easy to customize. UsefulArgumentCompleters https://github.com/MartinGC94/UsefulArgumentCompleters Module with lots of argument completers for popular commands. PsComplete https://github.com/aciq/pscomplete/ Cross-platform custom powershell autocomplete / tab expansion nvm-completion https://github.com/kamack38/posh-nvm-completion A nvm tab completion for PowerShell. PwshComplete https://github.com/artiga033/Pwsh-Complete Adds tab completion for many commandline tools. chocolatey-tab-completion chocolatey tab-completion module

  • PSKubectlCompletion

    Discontinued kubectl auto-completion for PowerShell

  • Name ProjectUri Description ---- ---------- ----------- DockerCompletion https://github.com/matt9ucci/DockerCompletion Docker command completion for PowerShell. sthArgumentCompleter https://github.com/sethvs/sthArgumentCompleter Module for managing argument completers registered by Register-ArgumentCompleter cmdlet PSKubectlCompletion https://github.com/mziyabo/PSKubectlCompletion Kubectl auto-completion for PowerShell BitTitan.Runbooks.MSPComplete PowerShell module for common MSPComplete functions and resources used in BitTitan Runbooks. Microsoft.PowerShell.UnixCompleters https://github.com/PowerShell/Modules/tree/master/Modules/Microsoft.PowerShell.UnixCompleters Get parameter completion for native Unix utilities. Requires zsh or bash. NPMTabCompletion https://github.com/dfinke/NPMTabCompletion Enables tab completion for npm commands npm-completion https://github.com/gluons/posh-npm-completion A npm tab completion for PowerShell. GuiCompletion https://github.com/nightroman/PS-GuiCompletion GUI-style tab-completion menu for PowerShell. PSBashCompletions https://github.com/tillig/ps-bash-completions PSBashCompletions offers the ability to process bash completions into PowerShell. AWSCompleter https://github.com/mziyabo/PSAWSCompletion awscli auto-completion for PowerShell BitTitan.Runbooks.MSPComplete.Beta PowerShell module for common MSPComplete functions and resources used in BitTitan Runbooks. DockerComposeCompletion https://github.com/matt9ucci/DockerComposeCompletion Docker Compose command completion for PowerShell. posh-HumpCompletion https://github.com/stuartleeks/posh-HumpCompletion When working with some PowerShell modules, there can be a large number of cmdlets, and t... scoop-completion https://github.com/Moeologist/scoop-completion A Scoop tab completion module for PowerShell. yarn-completion https://github.com/gluons/posh-yarn-completion A Yarn tab completion for PowerShell. CompletionPredictor Command-line intellisense based on PowerShell auto-completion DockerMachineCompletion https://github.com/matt9ucci/DockerMachineCompletion Docker Machine command completion for PowerShell. TSDTabCompletion Enables tab completion for tsd commands VSCETabCompletion Enables tab completion for vsce commands MavenAutoCompletion https://github.com/krymtkts/MavenAutoCompletion Maven Auto Completion provides a simple auto completion of Maven 3 to PowerShell. PSGitCompletions http://github.com/PowerCode/PSGitCompletions Tab completions for git.exe YarnTabCompletion Enables tab completion for Yarn commands CompleteHipChat https://github.com/DaveStephens/CompleteHipChat/ A module for interacting with the HipChat REST API. GcloudTabComplete Provide tab completion for the gcloud CLI interface PubCompletion https://github.com/vsotov/PubCompletion PubCompletion extends tab competion and IntelliSense feature of PowerShell >= v5 for Dar... WSLTabCompletion https://github.com/NotTheDr01ds/WSLTabCompletion Provides completion suggestions for wsl.exe (Windows Subsystem for Linux) SecretManagementArgumentCompleter https://github.com/itfranck/SecretManagementArgumentCompleter Argument completer for Microsoft.Powershell.SecretManagement kmt.winget.autocomplete https://github.com/KevinMarquette/winget.autocomplete enables the winget autocomplete functionality when imported VimTabCompletion https://github.com/jfishe/VimTabCompletion Powershell Tab Completion for Vim YarnComplete Provides basic tab completion for Yarn scripts ps-adcompleters Provide tab-completion to users and groups in ActiveDirectory macOSdefaultsCompleter https://github.com/TylerLeonhardt/macOSdefaultsCompleter An argument completer for the macOS `defaults` utility. opCompleter https://github.com/MJECloud/opCompleter An argument completer for the 1Password CLI. TerraformCompletion https://github.com/balticer/TerraformCompletion Provides Terraform command completion for PowerShell. Microsoft.PowerShell.UnixTabComp... https://github.com/PowerShell/UnixCompleters Get parameter completion for native Unix utilities. Requires zsh or bash. Register-Completion https://github.com/aliuq/Register-Completion Easy to register tab completions with data structures. Easy to customize. UsefulArgumentCompleters https://github.com/MartinGC94/UsefulArgumentCompleters Module with lots of argument completers for popular commands. PsComplete https://github.com/aciq/pscomplete/ Cross-platform custom powershell autocomplete / tab expansion nvm-completion https://github.com/kamack38/posh-nvm-completion A nvm tab completion for PowerShell. PwshComplete https://github.com/artiga033/Pwsh-Complete Adds tab completion for many commandline tools. chocolatey-tab-completion chocolatey tab-completion module

  • Modules

  • Name ProjectUri Description ---- ---------- ----------- DockerCompletion https://github.com/matt9ucci/DockerCompletion Docker command completion for PowerShell. sthArgumentCompleter https://github.com/sethvs/sthArgumentCompleter Module for managing argument completers registered by Register-ArgumentCompleter cmdlet PSKubectlCompletion https://github.com/mziyabo/PSKubectlCompletion Kubectl auto-completion for PowerShell BitTitan.Runbooks.MSPComplete PowerShell module for common MSPComplete functions and resources used in BitTitan Runbooks. Microsoft.PowerShell.UnixCompleters https://github.com/PowerShell/Modules/tree/master/Modules/Microsoft.PowerShell.UnixCompleters Get parameter completion for native Unix utilities. Requires zsh or bash. NPMTabCompletion https://github.com/dfinke/NPMTabCompletion Enables tab completion for npm commands npm-completion https://github.com/gluons/posh-npm-completion A npm tab completion for PowerShell. GuiCompletion https://github.com/nightroman/PS-GuiCompletion GUI-style tab-completion menu for PowerShell. PSBashCompletions https://github.com/tillig/ps-bash-completions PSBashCompletions offers the ability to process bash completions into PowerShell. AWSCompleter https://github.com/mziyabo/PSAWSCompletion awscli auto-completion for PowerShell BitTitan.Runbooks.MSPComplete.Beta PowerShell module for common MSPComplete functions and resources used in BitTitan Runbooks. DockerComposeCompletion https://github.com/matt9ucci/DockerComposeCompletion Docker Compose command completion for PowerShell. posh-HumpCompletion https://github.com/stuartleeks/posh-HumpCompletion When working with some PowerShell modules, there can be a large number of cmdlets, and t... scoop-completion https://github.com/Moeologist/scoop-completion A Scoop tab completion module for PowerShell. yarn-completion https://github.com/gluons/posh-yarn-completion A Yarn tab completion for PowerShell. CompletionPredictor Command-line intellisense based on PowerShell auto-completion DockerMachineCompletion https://github.com/matt9ucci/DockerMachineCompletion Docker Machine command completion for PowerShell. TSDTabCompletion Enables tab completion for tsd commands VSCETabCompletion Enables tab completion for vsce commands MavenAutoCompletion https://github.com/krymtkts/MavenAutoCompletion Maven Auto Completion provides a simple auto completion of Maven 3 to PowerShell. PSGitCompletions http://github.com/PowerCode/PSGitCompletions Tab completions for git.exe YarnTabCompletion Enables tab completion for Yarn commands CompleteHipChat https://github.com/DaveStephens/CompleteHipChat/ A module for interacting with the HipChat REST API. GcloudTabComplete Provide tab completion for the gcloud CLI interface PubCompletion https://github.com/vsotov/PubCompletion PubCompletion extends tab competion and IntelliSense feature of PowerShell >= v5 for Dar... WSLTabCompletion https://github.com/NotTheDr01ds/WSLTabCompletion Provides completion suggestions for wsl.exe (Windows Subsystem for Linux) SecretManagementArgumentCompleter https://github.com/itfranck/SecretManagementArgumentCompleter Argument completer for Microsoft.Powershell.SecretManagement kmt.winget.autocomplete https://github.com/KevinMarquette/winget.autocomplete enables the winget autocomplete functionality when imported VimTabCompletion https://github.com/jfishe/VimTabCompletion Powershell Tab Completion for Vim YarnComplete Provides basic tab completion for Yarn scripts ps-adcompleters Provide tab-completion to users and groups in ActiveDirectory macOSdefaultsCompleter https://github.com/TylerLeonhardt/macOSdefaultsCompleter An argument completer for the macOS `defaults` utility. opCompleter https://github.com/MJECloud/opCompleter An argument completer for the 1Password CLI. TerraformCompletion https://github.com/balticer/TerraformCompletion Provides Terraform command completion for PowerShell. Microsoft.PowerShell.UnixTabComp... https://github.com/PowerShell/UnixCompleters Get parameter completion for native Unix utilities. Requires zsh or bash. Register-Completion https://github.com/aliuq/Register-Completion Easy to register tab completions with data structures. Easy to customize. UsefulArgumentCompleters https://github.com/MartinGC94/UsefulArgumentCompleters Module with lots of argument completers for popular commands. PsComplete https://github.com/aciq/pscomplete/ Cross-platform custom powershell autocomplete / tab expansion nvm-completion https://github.com/kamack38/posh-nvm-completion A nvm tab completion for PowerShell. PwshComplete https://github.com/artiga033/Pwsh-Complete Adds tab completion for many commandline tools. chocolatey-tab-completion chocolatey tab-completion module

  • NPMTabCompletion

    Enables tab completion for npm commands

  • Name ProjectUri Description ---- ---------- ----------- DockerCompletion https://github.com/matt9ucci/DockerCompletion Docker command completion for PowerShell. sthArgumentCompleter https://github.com/sethvs/sthArgumentCompleter Module for managing argument completers registered by Register-ArgumentCompleter cmdlet PSKubectlCompletion https://github.com/mziyabo/PSKubectlCompletion Kubectl auto-completion for PowerShell BitTitan.Runbooks.MSPComplete PowerShell module for common MSPComplete functions and resources used in BitTitan Runbooks. Microsoft.PowerShell.UnixCompleters https://github.com/PowerShell/Modules/tree/master/Modules/Microsoft.PowerShell.UnixCompleters Get parameter completion for native Unix utilities. Requires zsh or bash. NPMTabCompletion https://github.com/dfinke/NPMTabCompletion Enables tab completion for npm commands npm-completion https://github.com/gluons/posh-npm-completion A npm tab completion for PowerShell. GuiCompletion https://github.com/nightroman/PS-GuiCompletion GUI-style tab-completion menu for PowerShell. PSBashCompletions https://github.com/tillig/ps-bash-completions PSBashCompletions offers the ability to process bash completions into PowerShell. AWSCompleter https://github.com/mziyabo/PSAWSCompletion awscli auto-completion for PowerShell BitTitan.Runbooks.MSPComplete.Beta PowerShell module for common MSPComplete functions and resources used in BitTitan Runbooks. DockerComposeCompletion https://github.com/matt9ucci/DockerComposeCompletion Docker Compose command completion for PowerShell. posh-HumpCompletion https://github.com/stuartleeks/posh-HumpCompletion When working with some PowerShell modules, there can be a large number of cmdlets, and t... scoop-completion https://github.com/Moeologist/scoop-completion A Scoop tab completion module for PowerShell. yarn-completion https://github.com/gluons/posh-yarn-completion A Yarn tab completion for PowerShell. CompletionPredictor Command-line intellisense based on PowerShell auto-completion DockerMachineCompletion https://github.com/matt9ucci/DockerMachineCompletion Docker Machine command completion for PowerShell. TSDTabCompletion Enables tab completion for tsd commands VSCETabCompletion Enables tab completion for vsce commands MavenAutoCompletion https://github.com/krymtkts/MavenAutoCompletion Maven Auto Completion provides a simple auto completion of Maven 3 to PowerShell. PSGitCompletions http://github.com/PowerCode/PSGitCompletions Tab completions for git.exe YarnTabCompletion Enables tab completion for Yarn commands CompleteHipChat https://github.com/DaveStephens/CompleteHipChat/ A module for interacting with the HipChat REST API. GcloudTabComplete Provide tab completion for the gcloud CLI interface PubCompletion https://github.com/vsotov/PubCompletion PubCompletion extends tab competion and IntelliSense feature of PowerShell >= v5 for Dar... WSLTabCompletion https://github.com/NotTheDr01ds/WSLTabCompletion Provides completion suggestions for wsl.exe (Windows Subsystem for Linux) SecretManagementArgumentCompleter https://github.com/itfranck/SecretManagementArgumentCompleter Argument completer for Microsoft.Powershell.SecretManagement kmt.winget.autocomplete https://github.com/KevinMarquette/winget.autocomplete enables the winget autocomplete functionality when imported VimTabCompletion https://github.com/jfishe/VimTabCompletion Powershell Tab Completion for Vim YarnComplete Provides basic tab completion for Yarn scripts ps-adcompleters Provide tab-completion to users and groups in ActiveDirectory macOSdefaultsCompleter https://github.com/TylerLeonhardt/macOSdefaultsCompleter An argument completer for the macOS `defaults` utility. opCompleter https://github.com/MJECloud/opCompleter An argument completer for the 1Password CLI. TerraformCompletion https://github.com/balticer/TerraformCompletion Provides Terraform command completion for PowerShell. Microsoft.PowerShell.UnixTabComp... https://github.com/PowerShell/UnixCompleters Get parameter completion for native Unix utilities. Requires zsh or bash. Register-Completion https://github.com/aliuq/Register-Completion Easy to register tab completions with data structures. Easy to customize. UsefulArgumentCompleters https://github.com/MartinGC94/UsefulArgumentCompleters Module with lots of argument completers for popular commands. PsComplete https://github.com/aciq/pscomplete/ Cross-platform custom powershell autocomplete / tab expansion nvm-completion https://github.com/kamack38/posh-nvm-completion A nvm tab completion for PowerShell. PwshComplete https://github.com/artiga033/Pwsh-Complete Adds tab completion for many commandline tools. chocolatey-tab-completion chocolatey tab-completion module

  • npm-completion

    A @npm tab completion for @PowerShell.

  • Name ProjectUri Description ---- ---------- ----------- DockerCompletion https://github.com/matt9ucci/DockerCompletion Docker command completion for PowerShell. sthArgumentCompleter https://github.com/sethvs/sthArgumentCompleter Module for managing argument completers registered by Register-ArgumentCompleter cmdlet PSKubectlCompletion https://github.com/mziyabo/PSKubectlCompletion Kubectl auto-completion for PowerShell BitTitan.Runbooks.MSPComplete PowerShell module for common MSPComplete functions and resources used in BitTitan Runbooks. Microsoft.PowerShell.UnixCompleters https://github.com/PowerShell/Modules/tree/master/Modules/Microsoft.PowerShell.UnixCompleters Get parameter completion for native Unix utilities. Requires zsh or bash. NPMTabCompletion https://github.com/dfinke/NPMTabCompletion Enables tab completion for npm commands npm-completion https://github.com/gluons/posh-npm-completion A npm tab completion for PowerShell. GuiCompletion https://github.com/nightroman/PS-GuiCompletion GUI-style tab-completion menu for PowerShell. PSBashCompletions https://github.com/tillig/ps-bash-completions PSBashCompletions offers the ability to process bash completions into PowerShell. AWSCompleter https://github.com/mziyabo/PSAWSCompletion awscli auto-completion for PowerShell BitTitan.Runbooks.MSPComplete.Beta PowerShell module for common MSPComplete functions and resources used in BitTitan Runbooks. DockerComposeCompletion https://github.com/matt9ucci/DockerComposeCompletion Docker Compose command completion for PowerShell. posh-HumpCompletion https://github.com/stuartleeks/posh-HumpCompletion When working with some PowerShell modules, there can be a large number of cmdlets, and t... scoop-completion https://github.com/Moeologist/scoop-completion A Scoop tab completion module for PowerShell. yarn-completion https://github.com/gluons/posh-yarn-completion A Yarn tab completion for PowerShell. CompletionPredictor Command-line intellisense based on PowerShell auto-completion DockerMachineCompletion https://github.com/matt9ucci/DockerMachineCompletion Docker Machine command completion for PowerShell. TSDTabCompletion Enables tab completion for tsd commands VSCETabCompletion Enables tab completion for vsce commands MavenAutoCompletion https://github.com/krymtkts/MavenAutoCompletion Maven Auto Completion provides a simple auto completion of Maven 3 to PowerShell. PSGitCompletions http://github.com/PowerCode/PSGitCompletions Tab completions for git.exe YarnTabCompletion Enables tab completion for Yarn commands CompleteHipChat https://github.com/DaveStephens/CompleteHipChat/ A module for interacting with the HipChat REST API. GcloudTabComplete Provide tab completion for the gcloud CLI interface PubCompletion https://github.com/vsotov/PubCompletion PubCompletion extends tab competion and IntelliSense feature of PowerShell >= v5 for Dar... WSLTabCompletion https://github.com/NotTheDr01ds/WSLTabCompletion Provides completion suggestions for wsl.exe (Windows Subsystem for Linux) SecretManagementArgumentCompleter https://github.com/itfranck/SecretManagementArgumentCompleter Argument completer for Microsoft.Powershell.SecretManagement kmt.winget.autocomplete https://github.com/KevinMarquette/winget.autocomplete enables the winget autocomplete functionality when imported VimTabCompletion https://github.com/jfishe/VimTabCompletion Powershell Tab Completion for Vim YarnComplete Provides basic tab completion for Yarn scripts ps-adcompleters Provide tab-completion to users and groups in ActiveDirectory macOSdefaultsCompleter https://github.com/TylerLeonhardt/macOSdefaultsCompleter An argument completer for the macOS `defaults` utility. opCompleter https://github.com/MJECloud/opCompleter An argument completer for the 1Password CLI. TerraformCompletion https://github.com/balticer/TerraformCompletion Provides Terraform command completion for PowerShell. Microsoft.PowerShell.UnixTabComp... https://github.com/PowerShell/UnixCompleters Get parameter completion for native Unix utilities. Requires zsh or bash. Register-Completion https://github.com/aliuq/Register-Completion Easy to register tab completions with data structures. Easy to customize. UsefulArgumentCompleters https://github.com/MartinGC94/UsefulArgumentCompleters Module with lots of argument completers for popular commands. PsComplete https://github.com/aciq/pscomplete/ Cross-platform custom powershell autocomplete / tab expansion nvm-completion https://github.com/kamack38/posh-nvm-completion A nvm tab completion for PowerShell. PwshComplete https://github.com/artiga033/Pwsh-Complete Adds tab completion for many commandline tools. chocolatey-tab-completion chocolatey tab-completion module

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • PS-GuiCompletion

    A graphical menu for PowerShell tab completions.

  • Name ProjectUri Description ---- ---------- ----------- DockerCompletion https://github.com/matt9ucci/DockerCompletion Docker command completion for PowerShell. sthArgumentCompleter https://github.com/sethvs/sthArgumentCompleter Module for managing argument completers registered by Register-ArgumentCompleter cmdlet PSKubectlCompletion https://github.com/mziyabo/PSKubectlCompletion Kubectl auto-completion for PowerShell BitTitan.Runbooks.MSPComplete PowerShell module for common MSPComplete functions and resources used in BitTitan Runbooks. Microsoft.PowerShell.UnixCompleters https://github.com/PowerShell/Modules/tree/master/Modules/Microsoft.PowerShell.UnixCompleters Get parameter completion for native Unix utilities. Requires zsh or bash. NPMTabCompletion https://github.com/dfinke/NPMTabCompletion Enables tab completion for npm commands npm-completion https://github.com/gluons/posh-npm-completion A npm tab completion for PowerShell. GuiCompletion https://github.com/nightroman/PS-GuiCompletion GUI-style tab-completion menu for PowerShell. PSBashCompletions https://github.com/tillig/ps-bash-completions PSBashCompletions offers the ability to process bash completions into PowerShell. AWSCompleter https://github.com/mziyabo/PSAWSCompletion awscli auto-completion for PowerShell BitTitan.Runbooks.MSPComplete.Beta PowerShell module for common MSPComplete functions and resources used in BitTitan Runbooks. DockerComposeCompletion https://github.com/matt9ucci/DockerComposeCompletion Docker Compose command completion for PowerShell. posh-HumpCompletion https://github.com/stuartleeks/posh-HumpCompletion When working with some PowerShell modules, there can be a large number of cmdlets, and t... scoop-completion https://github.com/Moeologist/scoop-completion A Scoop tab completion module for PowerShell. yarn-completion https://github.com/gluons/posh-yarn-completion A Yarn tab completion for PowerShell. CompletionPredictor Command-line intellisense based on PowerShell auto-completion DockerMachineCompletion https://github.com/matt9ucci/DockerMachineCompletion Docker Machine command completion for PowerShell. TSDTabCompletion Enables tab completion for tsd commands VSCETabCompletion Enables tab completion for vsce commands MavenAutoCompletion https://github.com/krymtkts/MavenAutoCompletion Maven Auto Completion provides a simple auto completion of Maven 3 to PowerShell. PSGitCompletions http://github.com/PowerCode/PSGitCompletions Tab completions for git.exe YarnTabCompletion Enables tab completion for Yarn commands CompleteHipChat https://github.com/DaveStephens/CompleteHipChat/ A module for interacting with the HipChat REST API. GcloudTabComplete Provide tab completion for the gcloud CLI interface PubCompletion https://github.com/vsotov/PubCompletion PubCompletion extends tab competion and IntelliSense feature of PowerShell >= v5 for Dar... WSLTabCompletion https://github.com/NotTheDr01ds/WSLTabCompletion Provides completion suggestions for wsl.exe (Windows Subsystem for Linux) SecretManagementArgumentCompleter https://github.com/itfranck/SecretManagementArgumentCompleter Argument completer for Microsoft.Powershell.SecretManagement kmt.winget.autocomplete https://github.com/KevinMarquette/winget.autocomplete enables the winget autocomplete functionality when imported VimTabCompletion https://github.com/jfishe/VimTabCompletion Powershell Tab Completion for Vim YarnComplete Provides basic tab completion for Yarn scripts ps-adcompleters Provide tab-completion to users and groups in ActiveDirectory macOSdefaultsCompleter https://github.com/TylerLeonhardt/macOSdefaultsCompleter An argument completer for the macOS `defaults` utility. opCompleter https://github.com/MJECloud/opCompleter An argument completer for the 1Password CLI. TerraformCompletion https://github.com/balticer/TerraformCompletion Provides Terraform command completion for PowerShell. Microsoft.PowerShell.UnixTabComp... https://github.com/PowerShell/UnixCompleters Get parameter completion for native Unix utilities. Requires zsh or bash. Register-Completion https://github.com/aliuq/Register-Completion Easy to register tab completions with data structures. Easy to customize. UsefulArgumentCompleters https://github.com/MartinGC94/UsefulArgumentCompleters Module with lots of argument completers for popular commands. PsComplete https://github.com/aciq/pscomplete/ Cross-platform custom powershell autocomplete / tab expansion nvm-completion https://github.com/kamack38/posh-nvm-completion A nvm tab completion for PowerShell. PwshComplete https://github.com/artiga033/Pwsh-Complete Adds tab completion for many commandline tools. chocolatey-tab-completion chocolatey tab-completion module

  • ps-bash-completions

    Bridge to enable bash completions to be run from within PowerShell.

  • Name ProjectUri Description ---- ---------- ----------- DockerCompletion https://github.com/matt9ucci/DockerCompletion Docker command completion for PowerShell. sthArgumentCompleter https://github.com/sethvs/sthArgumentCompleter Module for managing argument completers registered by Register-ArgumentCompleter cmdlet PSKubectlCompletion https://github.com/mziyabo/PSKubectlCompletion Kubectl auto-completion for PowerShell BitTitan.Runbooks.MSPComplete PowerShell module for common MSPComplete functions and resources used in BitTitan Runbooks. Microsoft.PowerShell.UnixCompleters https://github.com/PowerShell/Modules/tree/master/Modules/Microsoft.PowerShell.UnixCompleters Get parameter completion for native Unix utilities. Requires zsh or bash. NPMTabCompletion https://github.com/dfinke/NPMTabCompletion Enables tab completion for npm commands npm-completion https://github.com/gluons/posh-npm-completion A npm tab completion for PowerShell. GuiCompletion https://github.com/nightroman/PS-GuiCompletion GUI-style tab-completion menu for PowerShell. PSBashCompletions https://github.com/tillig/ps-bash-completions PSBashCompletions offers the ability to process bash completions into PowerShell. AWSCompleter https://github.com/mziyabo/PSAWSCompletion awscli auto-completion for PowerShell BitTitan.Runbooks.MSPComplete.Beta PowerShell module for common MSPComplete functions and resources used in BitTitan Runbooks. DockerComposeCompletion https://github.com/matt9ucci/DockerComposeCompletion Docker Compose command completion for PowerShell. posh-HumpCompletion https://github.com/stuartleeks/posh-HumpCompletion When working with some PowerShell modules, there can be a large number of cmdlets, and t... scoop-completion https://github.com/Moeologist/scoop-completion A Scoop tab completion module for PowerShell. yarn-completion https://github.com/gluons/posh-yarn-completion A Yarn tab completion for PowerShell. CompletionPredictor Command-line intellisense based on PowerShell auto-completion DockerMachineCompletion https://github.com/matt9ucci/DockerMachineCompletion Docker Machine command completion for PowerShell. TSDTabCompletion Enables tab completion for tsd commands VSCETabCompletion Enables tab completion for vsce commands MavenAutoCompletion https://github.com/krymtkts/MavenAutoCompletion Maven Auto Completion provides a simple auto completion of Maven 3 to PowerShell. PSGitCompletions http://github.com/PowerCode/PSGitCompletions Tab completions for git.exe YarnTabCompletion Enables tab completion for Yarn commands CompleteHipChat https://github.com/DaveStephens/CompleteHipChat/ A module for interacting with the HipChat REST API. GcloudTabComplete Provide tab completion for the gcloud CLI interface PubCompletion https://github.com/vsotov/PubCompletion PubCompletion extends tab competion and IntelliSense feature of PowerShell >= v5 for Dar... WSLTabCompletion https://github.com/NotTheDr01ds/WSLTabCompletion Provides completion suggestions for wsl.exe (Windows Subsystem for Linux) SecretManagementArgumentCompleter https://github.com/itfranck/SecretManagementArgumentCompleter Argument completer for Microsoft.Powershell.SecretManagement kmt.winget.autocomplete https://github.com/KevinMarquette/winget.autocomplete enables the winget autocomplete functionality when imported VimTabCompletion https://github.com/jfishe/VimTabCompletion Powershell Tab Completion for Vim YarnComplete Provides basic tab completion for Yarn scripts ps-adcompleters Provide tab-completion to users and groups in ActiveDirectory macOSdefaultsCompleter https://github.com/TylerLeonhardt/macOSdefaultsCompleter An argument completer for the macOS `defaults` utility. opCompleter https://github.com/MJECloud/opCompleter An argument completer for the 1Password CLI. TerraformCompletion https://github.com/balticer/TerraformCompletion Provides Terraform command completion for PowerShell. Microsoft.PowerShell.UnixTabComp... https://github.com/PowerShell/UnixCompleters Get parameter completion for native Unix utilities. Requires zsh or bash. Register-Completion https://github.com/aliuq/Register-Completion Easy to register tab completions with data structures. Easy to customize. UsefulArgumentCompleters https://github.com/MartinGC94/UsefulArgumentCompleters Module with lots of argument completers for popular commands. PsComplete https://github.com/aciq/pscomplete/ Cross-platform custom powershell autocomplete / tab expansion nvm-completion https://github.com/kamack38/posh-nvm-completion A nvm tab completion for PowerShell. PwshComplete https://github.com/artiga033/Pwsh-Complete Adds tab completion for many commandline tools. chocolatey-tab-completion chocolatey tab-completion module

  • PSAWSCompletion

    Discontinued awscli auto-completion for PowerShell

  • Name ProjectUri Description ---- ---------- ----------- DockerCompletion https://github.com/matt9ucci/DockerCompletion Docker command completion for PowerShell. sthArgumentCompleter https://github.com/sethvs/sthArgumentCompleter Module for managing argument completers registered by Register-ArgumentCompleter cmdlet PSKubectlCompletion https://github.com/mziyabo/PSKubectlCompletion Kubectl auto-completion for PowerShell BitTitan.Runbooks.MSPComplete PowerShell module for common MSPComplete functions and resources used in BitTitan Runbooks. Microsoft.PowerShell.UnixCompleters https://github.com/PowerShell/Modules/tree/master/Modules/Microsoft.PowerShell.UnixCompleters Get parameter completion for native Unix utilities. Requires zsh or bash. NPMTabCompletion https://github.com/dfinke/NPMTabCompletion Enables tab completion for npm commands npm-completion https://github.com/gluons/posh-npm-completion A npm tab completion for PowerShell. GuiCompletion https://github.com/nightroman/PS-GuiCompletion GUI-style tab-completion menu for PowerShell. PSBashCompletions https://github.com/tillig/ps-bash-completions PSBashCompletions offers the ability to process bash completions into PowerShell. AWSCompleter https://github.com/mziyabo/PSAWSCompletion awscli auto-completion for PowerShell BitTitan.Runbooks.MSPComplete.Beta PowerShell module for common MSPComplete functions and resources used in BitTitan Runbooks. DockerComposeCompletion https://github.com/matt9ucci/DockerComposeCompletion Docker Compose command completion for PowerShell. posh-HumpCompletion https://github.com/stuartleeks/posh-HumpCompletion When working with some PowerShell modules, there can be a large number of cmdlets, and t... scoop-completion https://github.com/Moeologist/scoop-completion A Scoop tab completion module for PowerShell. yarn-completion https://github.com/gluons/posh-yarn-completion A Yarn tab completion for PowerShell. CompletionPredictor Command-line intellisense based on PowerShell auto-completion DockerMachineCompletion https://github.com/matt9ucci/DockerMachineCompletion Docker Machine command completion for PowerShell. TSDTabCompletion Enables tab completion for tsd commands VSCETabCompletion Enables tab completion for vsce commands MavenAutoCompletion https://github.com/krymtkts/MavenAutoCompletion Maven Auto Completion provides a simple auto completion of Maven 3 to PowerShell. PSGitCompletions http://github.com/PowerCode/PSGitCompletions Tab completions for git.exe YarnTabCompletion Enables tab completion for Yarn commands CompleteHipChat https://github.com/DaveStephens/CompleteHipChat/ A module for interacting with the HipChat REST API. GcloudTabComplete Provide tab completion for the gcloud CLI interface PubCompletion https://github.com/vsotov/PubCompletion PubCompletion extends tab competion and IntelliSense feature of PowerShell >= v5 for Dar... WSLTabCompletion https://github.com/NotTheDr01ds/WSLTabCompletion Provides completion suggestions for wsl.exe (Windows Subsystem for Linux) SecretManagementArgumentCompleter https://github.com/itfranck/SecretManagementArgumentCompleter Argument completer for Microsoft.Powershell.SecretManagement kmt.winget.autocomplete https://github.com/KevinMarquette/winget.autocomplete enables the winget autocomplete functionality when imported VimTabCompletion https://github.com/jfishe/VimTabCompletion Powershell Tab Completion for Vim YarnComplete Provides basic tab completion for Yarn scripts ps-adcompleters Provide tab-completion to users and groups in ActiveDirectory macOSdefaultsCompleter https://github.com/TylerLeonhardt/macOSdefaultsCompleter An argument completer for the macOS `defaults` utility. opCompleter https://github.com/MJECloud/opCompleter An argument completer for the 1Password CLI. TerraformCompletion https://github.com/balticer/TerraformCompletion Provides Terraform command completion for PowerShell. Microsoft.PowerShell.UnixTabComp... https://github.com/PowerShell/UnixCompleters Get parameter completion for native Unix utilities. Requires zsh or bash. Register-Completion https://github.com/aliuq/Register-Completion Easy to register tab completions with data structures. Easy to customize. UsefulArgumentCompleters https://github.com/MartinGC94/UsefulArgumentCompleters Module with lots of argument completers for popular commands. PsComplete https://github.com/aciq/pscomplete/ Cross-platform custom powershell autocomplete / tab expansion nvm-completion https://github.com/kamack38/posh-nvm-completion A nvm tab completion for PowerShell. PwshComplete https://github.com/artiga033/Pwsh-Complete Adds tab completion for many commandline tools. chocolatey-tab-completion chocolatey tab-completion module

  • DockerComposeCompletion

    Docker Compose command completion for PowerShell.

  • Name ProjectUri Description ---- ---------- ----------- DockerCompletion https://github.com/matt9ucci/DockerCompletion Docker command completion for PowerShell. sthArgumentCompleter https://github.com/sethvs/sthArgumentCompleter Module for managing argument completers registered by Register-ArgumentCompleter cmdlet PSKubectlCompletion https://github.com/mziyabo/PSKubectlCompletion Kubectl auto-completion for PowerShell BitTitan.Runbooks.MSPComplete PowerShell module for common MSPComplete functions and resources used in BitTitan Runbooks. Microsoft.PowerShell.UnixCompleters https://github.com/PowerShell/Modules/tree/master/Modules/Microsoft.PowerShell.UnixCompleters Get parameter completion for native Unix utilities. Requires zsh or bash. NPMTabCompletion https://github.com/dfinke/NPMTabCompletion Enables tab completion for npm commands npm-completion https://github.com/gluons/posh-npm-completion A npm tab completion for PowerShell. GuiCompletion https://github.com/nightroman/PS-GuiCompletion GUI-style tab-completion menu for PowerShell. PSBashCompletions https://github.com/tillig/ps-bash-completions PSBashCompletions offers the ability to process bash completions into PowerShell. AWSCompleter https://github.com/mziyabo/PSAWSCompletion awscli auto-completion for PowerShell BitTitan.Runbooks.MSPComplete.Beta PowerShell module for common MSPComplete functions and resources used in BitTitan Runbooks. DockerComposeCompletion https://github.com/matt9ucci/DockerComposeCompletion Docker Compose command completion for PowerShell. posh-HumpCompletion https://github.com/stuartleeks/posh-HumpCompletion When working with some PowerShell modules, there can be a large number of cmdlets, and t... scoop-completion https://github.com/Moeologist/scoop-completion A Scoop tab completion module for PowerShell. yarn-completion https://github.com/gluons/posh-yarn-completion A Yarn tab completion for PowerShell. CompletionPredictor Command-line intellisense based on PowerShell auto-completion DockerMachineCompletion https://github.com/matt9ucci/DockerMachineCompletion Docker Machine command completion for PowerShell. TSDTabCompletion Enables tab completion for tsd commands VSCETabCompletion Enables tab completion for vsce commands MavenAutoCompletion https://github.com/krymtkts/MavenAutoCompletion Maven Auto Completion provides a simple auto completion of Maven 3 to PowerShell. PSGitCompletions http://github.com/PowerCode/PSGitCompletions Tab completions for git.exe YarnTabCompletion Enables tab completion for Yarn commands CompleteHipChat https://github.com/DaveStephens/CompleteHipChat/ A module for interacting with the HipChat REST API. GcloudTabComplete Provide tab completion for the gcloud CLI interface PubCompletion https://github.com/vsotov/PubCompletion PubCompletion extends tab competion and IntelliSense feature of PowerShell >= v5 for Dar... WSLTabCompletion https://github.com/NotTheDr01ds/WSLTabCompletion Provides completion suggestions for wsl.exe (Windows Subsystem for Linux) SecretManagementArgumentCompleter https://github.com/itfranck/SecretManagementArgumentCompleter Argument completer for Microsoft.Powershell.SecretManagement kmt.winget.autocomplete https://github.com/KevinMarquette/winget.autocomplete enables the winget autocomplete functionality when imported VimTabCompletion https://github.com/jfishe/VimTabCompletion Powershell Tab Completion for Vim YarnComplete Provides basic tab completion for Yarn scripts ps-adcompleters Provide tab-completion to users and groups in ActiveDirectory macOSdefaultsCompleter https://github.com/TylerLeonhardt/macOSdefaultsCompleter An argument completer for the macOS `defaults` utility. opCompleter https://github.com/MJECloud/opCompleter An argument completer for the 1Password CLI. TerraformCompletion https://github.com/balticer/TerraformCompletion Provides Terraform command completion for PowerShell. Microsoft.PowerShell.UnixTabComp... https://github.com/PowerShell/UnixCompleters Get parameter completion for native Unix utilities. Requires zsh or bash. Register-Completion https://github.com/aliuq/Register-Completion Easy to register tab completions with data structures. Easy to customize. UsefulArgumentCompleters https://github.com/MartinGC94/UsefulArgumentCompleters Module with lots of argument completers for popular commands. PsComplete https://github.com/aciq/pscomplete/ Cross-platform custom powershell autocomplete / tab expansion nvm-completion https://github.com/kamack38/posh-nvm-completion A nvm tab completion for PowerShell. PwshComplete https://github.com/artiga033/Pwsh-Complete Adds tab completion for many commandline tools. chocolatey-tab-completion chocolatey tab-completion module

  • posh-HumpCompletion

    When working with some PowerShell modules, there can be a large number of cmdlets, and the cmdlet names can get quite long. posh-HumpCompletion adds support for "hump completion". This means that it will use the capitals in the cmdlet name as the identifiers, i.e. `"Get-DC<tab>"` would complete for Get-DnsClient, Get-DnsClientCache, Get-DscConfiguration, Get-DomainController etc.

  • Name ProjectUri Description ---- ---------- ----------- DockerCompletion https://github.com/matt9ucci/DockerCompletion Docker command completion for PowerShell. sthArgumentCompleter https://github.com/sethvs/sthArgumentCompleter Module for managing argument completers registered by Register-ArgumentCompleter cmdlet PSKubectlCompletion https://github.com/mziyabo/PSKubectlCompletion Kubectl auto-completion for PowerShell BitTitan.Runbooks.MSPComplete PowerShell module for common MSPComplete functions and resources used in BitTitan Runbooks. Microsoft.PowerShell.UnixCompleters https://github.com/PowerShell/Modules/tree/master/Modules/Microsoft.PowerShell.UnixCompleters Get parameter completion for native Unix utilities. Requires zsh or bash. NPMTabCompletion https://github.com/dfinke/NPMTabCompletion Enables tab completion for npm commands npm-completion https://github.com/gluons/posh-npm-completion A npm tab completion for PowerShell. GuiCompletion https://github.com/nightroman/PS-GuiCompletion GUI-style tab-completion menu for PowerShell. PSBashCompletions https://github.com/tillig/ps-bash-completions PSBashCompletions offers the ability to process bash completions into PowerShell. AWSCompleter https://github.com/mziyabo/PSAWSCompletion awscli auto-completion for PowerShell BitTitan.Runbooks.MSPComplete.Beta PowerShell module for common MSPComplete functions and resources used in BitTitan Runbooks. DockerComposeCompletion https://github.com/matt9ucci/DockerComposeCompletion Docker Compose command completion for PowerShell. posh-HumpCompletion https://github.com/stuartleeks/posh-HumpCompletion When working with some PowerShell modules, there can be a large number of cmdlets, and t... scoop-completion https://github.com/Moeologist/scoop-completion A Scoop tab completion module for PowerShell. yarn-completion https://github.com/gluons/posh-yarn-completion A Yarn tab completion for PowerShell. CompletionPredictor Command-line intellisense based on PowerShell auto-completion DockerMachineCompletion https://github.com/matt9ucci/DockerMachineCompletion Docker Machine command completion for PowerShell. TSDTabCompletion Enables tab completion for tsd commands VSCETabCompletion Enables tab completion for vsce commands MavenAutoCompletion https://github.com/krymtkts/MavenAutoCompletion Maven Auto Completion provides a simple auto completion of Maven 3 to PowerShell. PSGitCompletions http://github.com/PowerCode/PSGitCompletions Tab completions for git.exe YarnTabCompletion Enables tab completion for Yarn commands CompleteHipChat https://github.com/DaveStephens/CompleteHipChat/ A module for interacting with the HipChat REST API. GcloudTabComplete Provide tab completion for the gcloud CLI interface PubCompletion https://github.com/vsotov/PubCompletion PubCompletion extends tab competion and IntelliSense feature of PowerShell >= v5 for Dar... WSLTabCompletion https://github.com/NotTheDr01ds/WSLTabCompletion Provides completion suggestions for wsl.exe (Windows Subsystem for Linux) SecretManagementArgumentCompleter https://github.com/itfranck/SecretManagementArgumentCompleter Argument completer for Microsoft.Powershell.SecretManagement kmt.winget.autocomplete https://github.com/KevinMarquette/winget.autocomplete enables the winget autocomplete functionality when imported VimTabCompletion https://github.com/jfishe/VimTabCompletion Powershell Tab Completion for Vim YarnComplete Provides basic tab completion for Yarn scripts ps-adcompleters Provide tab-completion to users and groups in ActiveDirectory macOSdefaultsCompleter https://github.com/TylerLeonhardt/macOSdefaultsCompleter An argument completer for the macOS `defaults` utility. opCompleter https://github.com/MJECloud/opCompleter An argument completer for the 1Password CLI. TerraformCompletion https://github.com/balticer/TerraformCompletion Provides Terraform command completion for PowerShell. Microsoft.PowerShell.UnixTabComp... https://github.com/PowerShell/UnixCompleters Get parameter completion for native Unix utilities. Requires zsh or bash. Register-Completion https://github.com/aliuq/Register-Completion Easy to register tab completions with data structures. Easy to customize. UsefulArgumentCompleters https://github.com/MartinGC94/UsefulArgumentCompleters Module with lots of argument completers for popular commands. PsComplete https://github.com/aciq/pscomplete/ Cross-platform custom powershell autocomplete / tab expansion nvm-completion https://github.com/kamack38/posh-nvm-completion A nvm tab completion for PowerShell. PwshComplete https://github.com/artiga033/Pwsh-Complete Adds tab completion for many commandline tools. chocolatey-tab-completion chocolatey tab-completion module

  • scoop-completion

    scoop tab completion, work with powershell

  • Name ProjectUri Description ---- ---------- ----------- DockerCompletion https://github.com/matt9ucci/DockerCompletion Docker command completion for PowerShell. sthArgumentCompleter https://github.com/sethvs/sthArgumentCompleter Module for managing argument completers registered by Register-ArgumentCompleter cmdlet PSKubectlCompletion https://github.com/mziyabo/PSKubectlCompletion Kubectl auto-completion for PowerShell BitTitan.Runbooks.MSPComplete PowerShell module for common MSPComplete functions and resources used in BitTitan Runbooks. Microsoft.PowerShell.UnixCompleters https://github.com/PowerShell/Modules/tree/master/Modules/Microsoft.PowerShell.UnixCompleters Get parameter completion for native Unix utilities. Requires zsh or bash. NPMTabCompletion https://github.com/dfinke/NPMTabCompletion Enables tab completion for npm commands npm-completion https://github.com/gluons/posh-npm-completion A npm tab completion for PowerShell. GuiCompletion https://github.com/nightroman/PS-GuiCompletion GUI-style tab-completion menu for PowerShell. PSBashCompletions https://github.com/tillig/ps-bash-completions PSBashCompletions offers the ability to process bash completions into PowerShell. AWSCompleter https://github.com/mziyabo/PSAWSCompletion awscli auto-completion for PowerShell BitTitan.Runbooks.MSPComplete.Beta PowerShell module for common MSPComplete functions and resources used in BitTitan Runbooks. DockerComposeCompletion https://github.com/matt9ucci/DockerComposeCompletion Docker Compose command completion for PowerShell. posh-HumpCompletion https://github.com/stuartleeks/posh-HumpCompletion When working with some PowerShell modules, there can be a large number of cmdlets, and t... scoop-completion https://github.com/Moeologist/scoop-completion A Scoop tab completion module for PowerShell. yarn-completion https://github.com/gluons/posh-yarn-completion A Yarn tab completion for PowerShell. CompletionPredictor Command-line intellisense based on PowerShell auto-completion DockerMachineCompletion https://github.com/matt9ucci/DockerMachineCompletion Docker Machine command completion for PowerShell. TSDTabCompletion Enables tab completion for tsd commands VSCETabCompletion Enables tab completion for vsce commands MavenAutoCompletion https://github.com/krymtkts/MavenAutoCompletion Maven Auto Completion provides a simple auto completion of Maven 3 to PowerShell. PSGitCompletions http://github.com/PowerCode/PSGitCompletions Tab completions for git.exe YarnTabCompletion Enables tab completion for Yarn commands CompleteHipChat https://github.com/DaveStephens/CompleteHipChat/ A module for interacting with the HipChat REST API. GcloudTabComplete Provide tab completion for the gcloud CLI interface PubCompletion https://github.com/vsotov/PubCompletion PubCompletion extends tab competion and IntelliSense feature of PowerShell >= v5 for Dar... WSLTabCompletion https://github.com/NotTheDr01ds/WSLTabCompletion Provides completion suggestions for wsl.exe (Windows Subsystem for Linux) SecretManagementArgumentCompleter https://github.com/itfranck/SecretManagementArgumentCompleter Argument completer for Microsoft.Powershell.SecretManagement kmt.winget.autocomplete https://github.com/KevinMarquette/winget.autocomplete enables the winget autocomplete functionality when imported VimTabCompletion https://github.com/jfishe/VimTabCompletion Powershell Tab Completion for Vim YarnComplete Provides basic tab completion for Yarn scripts ps-adcompleters Provide tab-completion to users and groups in ActiveDirectory macOSdefaultsCompleter https://github.com/TylerLeonhardt/macOSdefaultsCompleter An argument completer for the macOS `defaults` utility. opCompleter https://github.com/MJECloud/opCompleter An argument completer for the 1Password CLI. TerraformCompletion https://github.com/balticer/TerraformCompletion Provides Terraform command completion for PowerShell. Microsoft.PowerShell.UnixTabComp... https://github.com/PowerShell/UnixCompleters Get parameter completion for native Unix utilities. Requires zsh or bash. Register-Completion https://github.com/aliuq/Register-Completion Easy to register tab completions with data structures. Easy to customize. UsefulArgumentCompleters https://github.com/MartinGC94/UsefulArgumentCompleters Module with lots of argument completers for popular commands. PsComplete https://github.com/aciq/pscomplete/ Cross-platform custom powershell autocomplete / tab expansion nvm-completion https://github.com/kamack38/posh-nvm-completion A nvm tab completion for PowerShell. PwshComplete https://github.com/artiga033/Pwsh-Complete Adds tab completion for many commandline tools. chocolatey-tab-completion chocolatey tab-completion module

  • yarn-completion

    A @yarnpkg tab completion for @PowerShell.

  • Name ProjectUri Description ---- ---------- ----------- DockerCompletion https://github.com/matt9ucci/DockerCompletion Docker command completion for PowerShell. sthArgumentCompleter https://github.com/sethvs/sthArgumentCompleter Module for managing argument completers registered by Register-ArgumentCompleter cmdlet PSKubectlCompletion https://github.com/mziyabo/PSKubectlCompletion Kubectl auto-completion for PowerShell BitTitan.Runbooks.MSPComplete PowerShell module for common MSPComplete functions and resources used in BitTitan Runbooks. Microsoft.PowerShell.UnixCompleters https://github.com/PowerShell/Modules/tree/master/Modules/Microsoft.PowerShell.UnixCompleters Get parameter completion for native Unix utilities. Requires zsh or bash. NPMTabCompletion https://github.com/dfinke/NPMTabCompletion Enables tab completion for npm commands npm-completion https://github.com/gluons/posh-npm-completion A npm tab completion for PowerShell. GuiCompletion https://github.com/nightroman/PS-GuiCompletion GUI-style tab-completion menu for PowerShell. PSBashCompletions https://github.com/tillig/ps-bash-completions PSBashCompletions offers the ability to process bash completions into PowerShell. AWSCompleter https://github.com/mziyabo/PSAWSCompletion awscli auto-completion for PowerShell BitTitan.Runbooks.MSPComplete.Beta PowerShell module for common MSPComplete functions and resources used in BitTitan Runbooks. DockerComposeCompletion https://github.com/matt9ucci/DockerComposeCompletion Docker Compose command completion for PowerShell. posh-HumpCompletion https://github.com/stuartleeks/posh-HumpCompletion When working with some PowerShell modules, there can be a large number of cmdlets, and t... scoop-completion https://github.com/Moeologist/scoop-completion A Scoop tab completion module for PowerShell. yarn-completion https://github.com/gluons/posh-yarn-completion A Yarn tab completion for PowerShell. CompletionPredictor Command-line intellisense based on PowerShell auto-completion DockerMachineCompletion https://github.com/matt9ucci/DockerMachineCompletion Docker Machine command completion for PowerShell. TSDTabCompletion Enables tab completion for tsd commands VSCETabCompletion Enables tab completion for vsce commands MavenAutoCompletion https://github.com/krymtkts/MavenAutoCompletion Maven Auto Completion provides a simple auto completion of Maven 3 to PowerShell. PSGitCompletions http://github.com/PowerCode/PSGitCompletions Tab completions for git.exe YarnTabCompletion Enables tab completion for Yarn commands CompleteHipChat https://github.com/DaveStephens/CompleteHipChat/ A module for interacting with the HipChat REST API. GcloudTabComplete Provide tab completion for the gcloud CLI interface PubCompletion https://github.com/vsotov/PubCompletion PubCompletion extends tab competion and IntelliSense feature of PowerShell >= v5 for Dar... WSLTabCompletion https://github.com/NotTheDr01ds/WSLTabCompletion Provides completion suggestions for wsl.exe (Windows Subsystem for Linux) SecretManagementArgumentCompleter https://github.com/itfranck/SecretManagementArgumentCompleter Argument completer for Microsoft.Powershell.SecretManagement kmt.winget.autocomplete https://github.com/KevinMarquette/winget.autocomplete enables the winget autocomplete functionality when imported VimTabCompletion https://github.com/jfishe/VimTabCompletion Powershell Tab Completion for Vim YarnComplete Provides basic tab completion for Yarn scripts ps-adcompleters Provide tab-completion to users and groups in ActiveDirectory macOSdefaultsCompleter https://github.com/TylerLeonhardt/macOSdefaultsCompleter An argument completer for the macOS `defaults` utility. opCompleter https://github.com/MJECloud/opCompleter An argument completer for the 1Password CLI. TerraformCompletion https://github.com/balticer/TerraformCompletion Provides Terraform command completion for PowerShell. Microsoft.PowerShell.UnixTabComp... https://github.com/PowerShell/UnixCompleters Get parameter completion for native Unix utilities. Requires zsh or bash. Register-Completion https://github.com/aliuq/Register-Completion Easy to register tab completions with data structures. Easy to customize. UsefulArgumentCompleters https://github.com/MartinGC94/UsefulArgumentCompleters Module with lots of argument completers for popular commands. PsComplete https://github.com/aciq/pscomplete/ Cross-platform custom powershell autocomplete / tab expansion nvm-completion https://github.com/kamack38/posh-nvm-completion A nvm tab completion for PowerShell. PwshComplete https://github.com/artiga033/Pwsh-Complete Adds tab completion for many commandline tools. chocolatey-tab-completion chocolatey tab-completion module

  • DockerMachineCompletion

    Docker Machine command completion for PowerShell.

  • Name ProjectUri Description ---- ---------- ----------- DockerCompletion https://github.com/matt9ucci/DockerCompletion Docker command completion for PowerShell. sthArgumentCompleter https://github.com/sethvs/sthArgumentCompleter Module for managing argument completers registered by Register-ArgumentCompleter cmdlet PSKubectlCompletion https://github.com/mziyabo/PSKubectlCompletion Kubectl auto-completion for PowerShell BitTitan.Runbooks.MSPComplete PowerShell module for common MSPComplete functions and resources used in BitTitan Runbooks. Microsoft.PowerShell.UnixCompleters https://github.com/PowerShell/Modules/tree/master/Modules/Microsoft.PowerShell.UnixCompleters Get parameter completion for native Unix utilities. Requires zsh or bash. NPMTabCompletion https://github.com/dfinke/NPMTabCompletion Enables tab completion for npm commands npm-completion https://github.com/gluons/posh-npm-completion A npm tab completion for PowerShell. GuiCompletion https://github.com/nightroman/PS-GuiCompletion GUI-style tab-completion menu for PowerShell. PSBashCompletions https://github.com/tillig/ps-bash-completions PSBashCompletions offers the ability to process bash completions into PowerShell. AWSCompleter https://github.com/mziyabo/PSAWSCompletion awscli auto-completion for PowerShell BitTitan.Runbooks.MSPComplete.Beta PowerShell module for common MSPComplete functions and resources used in BitTitan Runbooks. DockerComposeCompletion https://github.com/matt9ucci/DockerComposeCompletion Docker Compose command completion for PowerShell. posh-HumpCompletion https://github.com/stuartleeks/posh-HumpCompletion When working with some PowerShell modules, there can be a large number of cmdlets, and t... scoop-completion https://github.com/Moeologist/scoop-completion A Scoop tab completion module for PowerShell. yarn-completion https://github.com/gluons/posh-yarn-completion A Yarn tab completion for PowerShell. CompletionPredictor Command-line intellisense based on PowerShell auto-completion DockerMachineCompletion https://github.com/matt9ucci/DockerMachineCompletion Docker Machine command completion for PowerShell. TSDTabCompletion Enables tab completion for tsd commands VSCETabCompletion Enables tab completion for vsce commands MavenAutoCompletion https://github.com/krymtkts/MavenAutoCompletion Maven Auto Completion provides a simple auto completion of Maven 3 to PowerShell. PSGitCompletions http://github.com/PowerCode/PSGitCompletions Tab completions for git.exe YarnTabCompletion Enables tab completion for Yarn commands CompleteHipChat https://github.com/DaveStephens/CompleteHipChat/ A module for interacting with the HipChat REST API. GcloudTabComplete Provide tab completion for the gcloud CLI interface PubCompletion https://github.com/vsotov/PubCompletion PubCompletion extends tab competion and IntelliSense feature of PowerShell >= v5 for Dar... WSLTabCompletion https://github.com/NotTheDr01ds/WSLTabCompletion Provides completion suggestions for wsl.exe (Windows Subsystem for Linux) SecretManagementArgumentCompleter https://github.com/itfranck/SecretManagementArgumentCompleter Argument completer for Microsoft.Powershell.SecretManagement kmt.winget.autocomplete https://github.com/KevinMarquette/winget.autocomplete enables the winget autocomplete functionality when imported VimTabCompletion https://github.com/jfishe/VimTabCompletion Powershell Tab Completion for Vim YarnComplete Provides basic tab completion for Yarn scripts ps-adcompleters Provide tab-completion to users and groups in ActiveDirectory macOSdefaultsCompleter https://github.com/TylerLeonhardt/macOSdefaultsCompleter An argument completer for the macOS `defaults` utility. opCompleter https://github.com/MJECloud/opCompleter An argument completer for the 1Password CLI. TerraformCompletion https://github.com/balticer/TerraformCompletion Provides Terraform command completion for PowerShell. Microsoft.PowerShell.UnixTabComp... https://github.com/PowerShell/UnixCompleters Get parameter completion for native Unix utilities. Requires zsh or bash. Register-Completion https://github.com/aliuq/Register-Completion Easy to register tab completions with data structures. Easy to customize. UsefulArgumentCompleters https://github.com/MartinGC94/UsefulArgumentCompleters Module with lots of argument completers for popular commands. PsComplete https://github.com/aciq/pscomplete/ Cross-platform custom powershell autocomplete / tab expansion nvm-completion https://github.com/kamack38/posh-nvm-completion A nvm tab completion for PowerShell. PwshComplete https://github.com/artiga033/Pwsh-Complete Adds tab completion for many commandline tools. chocolatey-tab-completion chocolatey tab-completion module

  • MavenAutoCompletion

    MavenAutoCompletion provides a simple auto completion of Maven 3 to PowerShell.

  • Name ProjectUri Description ---- ---------- ----------- DockerCompletion https://github.com/matt9ucci/DockerCompletion Docker command completion for PowerShell. sthArgumentCompleter https://github.com/sethvs/sthArgumentCompleter Module for managing argument completers registered by Register-ArgumentCompleter cmdlet PSKubectlCompletion https://github.com/mziyabo/PSKubectlCompletion Kubectl auto-completion for PowerShell BitTitan.Runbooks.MSPComplete PowerShell module for common MSPComplete functions and resources used in BitTitan Runbooks. Microsoft.PowerShell.UnixCompleters https://github.com/PowerShell/Modules/tree/master/Modules/Microsoft.PowerShell.UnixCompleters Get parameter completion for native Unix utilities. Requires zsh or bash. NPMTabCompletion https://github.com/dfinke/NPMTabCompletion Enables tab completion for npm commands npm-completion https://github.com/gluons/posh-npm-completion A npm tab completion for PowerShell. GuiCompletion https://github.com/nightroman/PS-GuiCompletion GUI-style tab-completion menu for PowerShell. PSBashCompletions https://github.com/tillig/ps-bash-completions PSBashCompletions offers the ability to process bash completions into PowerShell. AWSCompleter https://github.com/mziyabo/PSAWSCompletion awscli auto-completion for PowerShell BitTitan.Runbooks.MSPComplete.Beta PowerShell module for common MSPComplete functions and resources used in BitTitan Runbooks. DockerComposeCompletion https://github.com/matt9ucci/DockerComposeCompletion Docker Compose command completion for PowerShell. posh-HumpCompletion https://github.com/stuartleeks/posh-HumpCompletion When working with some PowerShell modules, there can be a large number of cmdlets, and t... scoop-completion https://github.com/Moeologist/scoop-completion A Scoop tab completion module for PowerShell. yarn-completion https://github.com/gluons/posh-yarn-completion A Yarn tab completion for PowerShell. CompletionPredictor Command-line intellisense based on PowerShell auto-completion DockerMachineCompletion https://github.com/matt9ucci/DockerMachineCompletion Docker Machine command completion for PowerShell. TSDTabCompletion Enables tab completion for tsd commands VSCETabCompletion Enables tab completion for vsce commands MavenAutoCompletion https://github.com/krymtkts/MavenAutoCompletion Maven Auto Completion provides a simple auto completion of Maven 3 to PowerShell. PSGitCompletions http://github.com/PowerCode/PSGitCompletions Tab completions for git.exe YarnTabCompletion Enables tab completion for Yarn commands CompleteHipChat https://github.com/DaveStephens/CompleteHipChat/ A module for interacting with the HipChat REST API. GcloudTabComplete Provide tab completion for the gcloud CLI interface PubCompletion https://github.com/vsotov/PubCompletion PubCompletion extends tab competion and IntelliSense feature of PowerShell >= v5 for Dar... WSLTabCompletion https://github.com/NotTheDr01ds/WSLTabCompletion Provides completion suggestions for wsl.exe (Windows Subsystem for Linux) SecretManagementArgumentCompleter https://github.com/itfranck/SecretManagementArgumentCompleter Argument completer for Microsoft.Powershell.SecretManagement kmt.winget.autocomplete https://github.com/KevinMarquette/winget.autocomplete enables the winget autocomplete functionality when imported VimTabCompletion https://github.com/jfishe/VimTabCompletion Powershell Tab Completion for Vim YarnComplete Provides basic tab completion for Yarn scripts ps-adcompleters Provide tab-completion to users and groups in ActiveDirectory macOSdefaultsCompleter https://github.com/TylerLeonhardt/macOSdefaultsCompleter An argument completer for the macOS `defaults` utility. opCompleter https://github.com/MJECloud/opCompleter An argument completer for the 1Password CLI. TerraformCompletion https://github.com/balticer/TerraformCompletion Provides Terraform command completion for PowerShell. Microsoft.PowerShell.UnixTabComp... https://github.com/PowerShell/UnixCompleters Get parameter completion for native Unix utilities. Requires zsh or bash. Register-Completion https://github.com/aliuq/Register-Completion Easy to register tab completions with data structures. Easy to customize. UsefulArgumentCompleters https://github.com/MartinGC94/UsefulArgumentCompleters Module with lots of argument completers for popular commands. PsComplete https://github.com/aciq/pscomplete/ Cross-platform custom powershell autocomplete / tab expansion nvm-completion https://github.com/kamack38/posh-nvm-completion A nvm tab completion for PowerShell. PwshComplete https://github.com/artiga033/Pwsh-Complete Adds tab completion for many commandline tools. chocolatey-tab-completion chocolatey tab-completion module

  • CompleteHipChat

    Powershell module for interacting with the HipChat REST API

  • Name ProjectUri Description ---- ---------- ----------- DockerCompletion https://github.com/matt9ucci/DockerCompletion Docker command completion for PowerShell. sthArgumentCompleter https://github.com/sethvs/sthArgumentCompleter Module for managing argument completers registered by Register-ArgumentCompleter cmdlet PSKubectlCompletion https://github.com/mziyabo/PSKubectlCompletion Kubectl auto-completion for PowerShell BitTitan.Runbooks.MSPComplete PowerShell module for common MSPComplete functions and resources used in BitTitan Runbooks. Microsoft.PowerShell.UnixCompleters https://github.com/PowerShell/Modules/tree/master/Modules/Microsoft.PowerShell.UnixCompleters Get parameter completion for native Unix utilities. Requires zsh or bash. NPMTabCompletion https://github.com/dfinke/NPMTabCompletion Enables tab completion for npm commands npm-completion https://github.com/gluons/posh-npm-completion A npm tab completion for PowerShell. GuiCompletion https://github.com/nightroman/PS-GuiCompletion GUI-style tab-completion menu for PowerShell. PSBashCompletions https://github.com/tillig/ps-bash-completions PSBashCompletions offers the ability to process bash completions into PowerShell. AWSCompleter https://github.com/mziyabo/PSAWSCompletion awscli auto-completion for PowerShell BitTitan.Runbooks.MSPComplete.Beta PowerShell module for common MSPComplete functions and resources used in BitTitan Runbooks. DockerComposeCompletion https://github.com/matt9ucci/DockerComposeCompletion Docker Compose command completion for PowerShell. posh-HumpCompletion https://github.com/stuartleeks/posh-HumpCompletion When working with some PowerShell modules, there can be a large number of cmdlets, and t... scoop-completion https://github.com/Moeologist/scoop-completion A Scoop tab completion module for PowerShell. yarn-completion https://github.com/gluons/posh-yarn-completion A Yarn tab completion for PowerShell. CompletionPredictor Command-line intellisense based on PowerShell auto-completion DockerMachineCompletion https://github.com/matt9ucci/DockerMachineCompletion Docker Machine command completion for PowerShell. TSDTabCompletion Enables tab completion for tsd commands VSCETabCompletion Enables tab completion for vsce commands MavenAutoCompletion https://github.com/krymtkts/MavenAutoCompletion Maven Auto Completion provides a simple auto completion of Maven 3 to PowerShell. PSGitCompletions http://github.com/PowerCode/PSGitCompletions Tab completions for git.exe YarnTabCompletion Enables tab completion for Yarn commands CompleteHipChat https://github.com/DaveStephens/CompleteHipChat/ A module for interacting with the HipChat REST API. GcloudTabComplete Provide tab completion for the gcloud CLI interface PubCompletion https://github.com/vsotov/PubCompletion PubCompletion extends tab competion and IntelliSense feature of PowerShell >= v5 for Dar... WSLTabCompletion https://github.com/NotTheDr01ds/WSLTabCompletion Provides completion suggestions for wsl.exe (Windows Subsystem for Linux) SecretManagementArgumentCompleter https://github.com/itfranck/SecretManagementArgumentCompleter Argument completer for Microsoft.Powershell.SecretManagement kmt.winget.autocomplete https://github.com/KevinMarquette/winget.autocomplete enables the winget autocomplete functionality when imported VimTabCompletion https://github.com/jfishe/VimTabCompletion Powershell Tab Completion for Vim YarnComplete Provides basic tab completion for Yarn scripts ps-adcompleters Provide tab-completion to users and groups in ActiveDirectory macOSdefaultsCompleter https://github.com/TylerLeonhardt/macOSdefaultsCompleter An argument completer for the macOS `defaults` utility. opCompleter https://github.com/MJECloud/opCompleter An argument completer for the 1Password CLI. TerraformCompletion https://github.com/balticer/TerraformCompletion Provides Terraform command completion for PowerShell. Microsoft.PowerShell.UnixTabComp... https://github.com/PowerShell/UnixCompleters Get parameter completion for native Unix utilities. Requires zsh or bash. Register-Completion https://github.com/aliuq/Register-Completion Easy to register tab completions with data structures. Easy to customize. UsefulArgumentCompleters https://github.com/MartinGC94/UsefulArgumentCompleters Module with lots of argument completers for popular commands. PsComplete https://github.com/aciq/pscomplete/ Cross-platform custom powershell autocomplete / tab expansion nvm-completion https://github.com/kamack38/posh-nvm-completion A nvm tab completion for PowerShell. PwshComplete https://github.com/artiga033/Pwsh-Complete Adds tab completion for many commandline tools. chocolatey-tab-completion chocolatey tab-completion module

  • PubCompletion

    PowerShell >= 5 module that adds IntelliSense support for Dart package manager pub.

  • Name ProjectUri Description ---- ---------- ----------- DockerCompletion https://github.com/matt9ucci/DockerCompletion Docker command completion for PowerShell. sthArgumentCompleter https://github.com/sethvs/sthArgumentCompleter Module for managing argument completers registered by Register-ArgumentCompleter cmdlet PSKubectlCompletion https://github.com/mziyabo/PSKubectlCompletion Kubectl auto-completion for PowerShell BitTitan.Runbooks.MSPComplete PowerShell module for common MSPComplete functions and resources used in BitTitan Runbooks. Microsoft.PowerShell.UnixCompleters https://github.com/PowerShell/Modules/tree/master/Modules/Microsoft.PowerShell.UnixCompleters Get parameter completion for native Unix utilities. Requires zsh or bash. NPMTabCompletion https://github.com/dfinke/NPMTabCompletion Enables tab completion for npm commands npm-completion https://github.com/gluons/posh-npm-completion A npm tab completion for PowerShell. GuiCompletion https://github.com/nightroman/PS-GuiCompletion GUI-style tab-completion menu for PowerShell. PSBashCompletions https://github.com/tillig/ps-bash-completions PSBashCompletions offers the ability to process bash completions into PowerShell. AWSCompleter https://github.com/mziyabo/PSAWSCompletion awscli auto-completion for PowerShell BitTitan.Runbooks.MSPComplete.Beta PowerShell module for common MSPComplete functions and resources used in BitTitan Runbooks. DockerComposeCompletion https://github.com/matt9ucci/DockerComposeCompletion Docker Compose command completion for PowerShell. posh-HumpCompletion https://github.com/stuartleeks/posh-HumpCompletion When working with some PowerShell modules, there can be a large number of cmdlets, and t... scoop-completion https://github.com/Moeologist/scoop-completion A Scoop tab completion module for PowerShell. yarn-completion https://github.com/gluons/posh-yarn-completion A Yarn tab completion for PowerShell. CompletionPredictor Command-line intellisense based on PowerShell auto-completion DockerMachineCompletion https://github.com/matt9ucci/DockerMachineCompletion Docker Machine command completion for PowerShell. TSDTabCompletion Enables tab completion for tsd commands VSCETabCompletion Enables tab completion for vsce commands MavenAutoCompletion https://github.com/krymtkts/MavenAutoCompletion Maven Auto Completion provides a simple auto completion of Maven 3 to PowerShell. PSGitCompletions http://github.com/PowerCode/PSGitCompletions Tab completions for git.exe YarnTabCompletion Enables tab completion for Yarn commands CompleteHipChat https://github.com/DaveStephens/CompleteHipChat/ A module for interacting with the HipChat REST API. GcloudTabComplete Provide tab completion for the gcloud CLI interface PubCompletion https://github.com/vsotov/PubCompletion PubCompletion extends tab competion and IntelliSense feature of PowerShell >= v5 for Dar... WSLTabCompletion https://github.com/NotTheDr01ds/WSLTabCompletion Provides completion suggestions for wsl.exe (Windows Subsystem for Linux) SecretManagementArgumentCompleter https://github.com/itfranck/SecretManagementArgumentCompleter Argument completer for Microsoft.Powershell.SecretManagement kmt.winget.autocomplete https://github.com/KevinMarquette/winget.autocomplete enables the winget autocomplete functionality when imported VimTabCompletion https://github.com/jfishe/VimTabCompletion Powershell Tab Completion for Vim YarnComplete Provides basic tab completion for Yarn scripts ps-adcompleters Provide tab-completion to users and groups in ActiveDirectory macOSdefaultsCompleter https://github.com/TylerLeonhardt/macOSdefaultsCompleter An argument completer for the macOS `defaults` utility. opCompleter https://github.com/MJECloud/opCompleter An argument completer for the 1Password CLI. TerraformCompletion https://github.com/balticer/TerraformCompletion Provides Terraform command completion for PowerShell. Microsoft.PowerShell.UnixTabComp... https://github.com/PowerShell/UnixCompleters Get parameter completion for native Unix utilities. Requires zsh or bash. Register-Completion https://github.com/aliuq/Register-Completion Easy to register tab completions with data structures. Easy to customize. UsefulArgumentCompleters https://github.com/MartinGC94/UsefulArgumentCompleters Module with lots of argument completers for popular commands. PsComplete https://github.com/aciq/pscomplete/ Cross-platform custom powershell autocomplete / tab expansion nvm-completion https://github.com/kamack38/posh-nvm-completion A nvm tab completion for PowerShell. PwshComplete https://github.com/artiga033/Pwsh-Complete Adds tab completion for many commandline tools. chocolatey-tab-completion chocolatey tab-completion module

  • WSLTabCompletion

  • Name ProjectUri Description ---- ---------- ----------- DockerCompletion https://github.com/matt9ucci/DockerCompletion Docker command completion for PowerShell. sthArgumentCompleter https://github.com/sethvs/sthArgumentCompleter Module for managing argument completers registered by Register-ArgumentCompleter cmdlet PSKubectlCompletion https://github.com/mziyabo/PSKubectlCompletion Kubectl auto-completion for PowerShell BitTitan.Runbooks.MSPComplete PowerShell module for common MSPComplete functions and resources used in BitTitan Runbooks. Microsoft.PowerShell.UnixCompleters https://github.com/PowerShell/Modules/tree/master/Modules/Microsoft.PowerShell.UnixCompleters Get parameter completion for native Unix utilities. Requires zsh or bash. NPMTabCompletion https://github.com/dfinke/NPMTabCompletion Enables tab completion for npm commands npm-completion https://github.com/gluons/posh-npm-completion A npm tab completion for PowerShell. GuiCompletion https://github.com/nightroman/PS-GuiCompletion GUI-style tab-completion menu for PowerShell. PSBashCompletions https://github.com/tillig/ps-bash-completions PSBashCompletions offers the ability to process bash completions into PowerShell. AWSCompleter https://github.com/mziyabo/PSAWSCompletion awscli auto-completion for PowerShell BitTitan.Runbooks.MSPComplete.Beta PowerShell module for common MSPComplete functions and resources used in BitTitan Runbooks. DockerComposeCompletion https://github.com/matt9ucci/DockerComposeCompletion Docker Compose command completion for PowerShell. posh-HumpCompletion https://github.com/stuartleeks/posh-HumpCompletion When working with some PowerShell modules, there can be a large number of cmdlets, and t... scoop-completion https://github.com/Moeologist/scoop-completion A Scoop tab completion module for PowerShell. yarn-completion https://github.com/gluons/posh-yarn-completion A Yarn tab completion for PowerShell. CompletionPredictor Command-line intellisense based on PowerShell auto-completion DockerMachineCompletion https://github.com/matt9ucci/DockerMachineCompletion Docker Machine command completion for PowerShell. TSDTabCompletion Enables tab completion for tsd commands VSCETabCompletion Enables tab completion for vsce commands MavenAutoCompletion https://github.com/krymtkts/MavenAutoCompletion Maven Auto Completion provides a simple auto completion of Maven 3 to PowerShell. PSGitCompletions http://github.com/PowerCode/PSGitCompletions Tab completions for git.exe YarnTabCompletion Enables tab completion for Yarn commands CompleteHipChat https://github.com/DaveStephens/CompleteHipChat/ A module for interacting with the HipChat REST API. GcloudTabComplete Provide tab completion for the gcloud CLI interface PubCompletion https://github.com/vsotov/PubCompletion PubCompletion extends tab competion and IntelliSense feature of PowerShell >= v5 for Dar... WSLTabCompletion https://github.com/NotTheDr01ds/WSLTabCompletion Provides completion suggestions for wsl.exe (Windows Subsystem for Linux) SecretManagementArgumentCompleter https://github.com/itfranck/SecretManagementArgumentCompleter Argument completer for Microsoft.Powershell.SecretManagement kmt.winget.autocomplete https://github.com/KevinMarquette/winget.autocomplete enables the winget autocomplete functionality when imported VimTabCompletion https://github.com/jfishe/VimTabCompletion Powershell Tab Completion for Vim YarnComplete Provides basic tab completion for Yarn scripts ps-adcompleters Provide tab-completion to users and groups in ActiveDirectory macOSdefaultsCompleter https://github.com/TylerLeonhardt/macOSdefaultsCompleter An argument completer for the macOS `defaults` utility. opCompleter https://github.com/MJECloud/opCompleter An argument completer for the 1Password CLI. TerraformCompletion https://github.com/balticer/TerraformCompletion Provides Terraform command completion for PowerShell. Microsoft.PowerShell.UnixTabComp... https://github.com/PowerShell/UnixCompleters Get parameter completion for native Unix utilities. Requires zsh or bash. Register-Completion https://github.com/aliuq/Register-Completion Easy to register tab completions with data structures. Easy to customize. UsefulArgumentCompleters https://github.com/MartinGC94/UsefulArgumentCompleters Module with lots of argument completers for popular commands. PsComplete https://github.com/aciq/pscomplete/ Cross-platform custom powershell autocomplete / tab expansion nvm-completion https://github.com/kamack38/posh-nvm-completion A nvm tab completion for PowerShell. PwshComplete https://github.com/artiga033/Pwsh-Complete Adds tab completion for many commandline tools. chocolatey-tab-completion chocolatey tab-completion module

  • SecretManagementArgumentCompleter

    Argument completer for SecretManagement module

  • Name ProjectUri Description ---- ---------- ----------- DockerCompletion https://github.com/matt9ucci/DockerCompletion Docker command completion for PowerShell. sthArgumentCompleter https://github.com/sethvs/sthArgumentCompleter Module for managing argument completers registered by Register-ArgumentCompleter cmdlet PSKubectlCompletion https://github.com/mziyabo/PSKubectlCompletion Kubectl auto-completion for PowerShell BitTitan.Runbooks.MSPComplete PowerShell module for common MSPComplete functions and resources used in BitTitan Runbooks. Microsoft.PowerShell.UnixCompleters https://github.com/PowerShell/Modules/tree/master/Modules/Microsoft.PowerShell.UnixCompleters Get parameter completion for native Unix utilities. Requires zsh or bash. NPMTabCompletion https://github.com/dfinke/NPMTabCompletion Enables tab completion for npm commands npm-completion https://github.com/gluons/posh-npm-completion A npm tab completion for PowerShell. GuiCompletion https://github.com/nightroman/PS-GuiCompletion GUI-style tab-completion menu for PowerShell. PSBashCompletions https://github.com/tillig/ps-bash-completions PSBashCompletions offers the ability to process bash completions into PowerShell. AWSCompleter https://github.com/mziyabo/PSAWSCompletion awscli auto-completion for PowerShell BitTitan.Runbooks.MSPComplete.Beta PowerShell module for common MSPComplete functions and resources used in BitTitan Runbooks. DockerComposeCompletion https://github.com/matt9ucci/DockerComposeCompletion Docker Compose command completion for PowerShell. posh-HumpCompletion https://github.com/stuartleeks/posh-HumpCompletion When working with some PowerShell modules, there can be a large number of cmdlets, and t... scoop-completion https://github.com/Moeologist/scoop-completion A Scoop tab completion module for PowerShell. yarn-completion https://github.com/gluons/posh-yarn-completion A Yarn tab completion for PowerShell. CompletionPredictor Command-line intellisense based on PowerShell auto-completion DockerMachineCompletion https://github.com/matt9ucci/DockerMachineCompletion Docker Machine command completion for PowerShell. TSDTabCompletion Enables tab completion for tsd commands VSCETabCompletion Enables tab completion for vsce commands MavenAutoCompletion https://github.com/krymtkts/MavenAutoCompletion Maven Auto Completion provides a simple auto completion of Maven 3 to PowerShell. PSGitCompletions http://github.com/PowerCode/PSGitCompletions Tab completions for git.exe YarnTabCompletion Enables tab completion for Yarn commands CompleteHipChat https://github.com/DaveStephens/CompleteHipChat/ A module for interacting with the HipChat REST API. GcloudTabComplete Provide tab completion for the gcloud CLI interface PubCompletion https://github.com/vsotov/PubCompletion PubCompletion extends tab competion and IntelliSense feature of PowerShell >= v5 for Dar... WSLTabCompletion https://github.com/NotTheDr01ds/WSLTabCompletion Provides completion suggestions for wsl.exe (Windows Subsystem for Linux) SecretManagementArgumentCompleter https://github.com/itfranck/SecretManagementArgumentCompleter Argument completer for Microsoft.Powershell.SecretManagement kmt.winget.autocomplete https://github.com/KevinMarquette/winget.autocomplete enables the winget autocomplete functionality when imported VimTabCompletion https://github.com/jfishe/VimTabCompletion Powershell Tab Completion for Vim YarnComplete Provides basic tab completion for Yarn scripts ps-adcompleters Provide tab-completion to users and groups in ActiveDirectory macOSdefaultsCompleter https://github.com/TylerLeonhardt/macOSdefaultsCompleter An argument completer for the macOS `defaults` utility. opCompleter https://github.com/MJECloud/opCompleter An argument completer for the 1Password CLI. TerraformCompletion https://github.com/balticer/TerraformCompletion Provides Terraform command completion for PowerShell. Microsoft.PowerShell.UnixTabComp... https://github.com/PowerShell/UnixCompleters Get parameter completion for native Unix utilities. Requires zsh or bash. Register-Completion https://github.com/aliuq/Register-Completion Easy to register tab completions with data structures. Easy to customize. UsefulArgumentCompleters https://github.com/MartinGC94/UsefulArgumentCompleters Module with lots of argument completers for popular commands. PsComplete https://github.com/aciq/pscomplete/ Cross-platform custom powershell autocomplete / tab expansion nvm-completion https://github.com/kamack38/posh-nvm-completion A nvm tab completion for PowerShell. PwshComplete https://github.com/artiga033/Pwsh-Complete Adds tab completion for many commandline tools. chocolatey-tab-completion chocolatey tab-completion module

  • kmt.winget.autocomplete

    Adds autocomplete in Powershell for winget

  • Name ProjectUri Description ---- ---------- ----------- DockerCompletion https://github.com/matt9ucci/DockerCompletion Docker command completion for PowerShell. sthArgumentCompleter https://github.com/sethvs/sthArgumentCompleter Module for managing argument completers registered by Register-ArgumentCompleter cmdlet PSKubectlCompletion https://github.com/mziyabo/PSKubectlCompletion Kubectl auto-completion for PowerShell BitTitan.Runbooks.MSPComplete PowerShell module for common MSPComplete functions and resources used in BitTitan Runbooks. Microsoft.PowerShell.UnixCompleters https://github.com/PowerShell/Modules/tree/master/Modules/Microsoft.PowerShell.UnixCompleters Get parameter completion for native Unix utilities. Requires zsh or bash. NPMTabCompletion https://github.com/dfinke/NPMTabCompletion Enables tab completion for npm commands npm-completion https://github.com/gluons/posh-npm-completion A npm tab completion for PowerShell. GuiCompletion https://github.com/nightroman/PS-GuiCompletion GUI-style tab-completion menu for PowerShell. PSBashCompletions https://github.com/tillig/ps-bash-completions PSBashCompletions offers the ability to process bash completions into PowerShell. AWSCompleter https://github.com/mziyabo/PSAWSCompletion awscli auto-completion for PowerShell BitTitan.Runbooks.MSPComplete.Beta PowerShell module for common MSPComplete functions and resources used in BitTitan Runbooks. DockerComposeCompletion https://github.com/matt9ucci/DockerComposeCompletion Docker Compose command completion for PowerShell. posh-HumpCompletion https://github.com/stuartleeks/posh-HumpCompletion When working with some PowerShell modules, there can be a large number of cmdlets, and t... scoop-completion https://github.com/Moeologist/scoop-completion A Scoop tab completion module for PowerShell. yarn-completion https://github.com/gluons/posh-yarn-completion A Yarn tab completion for PowerShell. CompletionPredictor Command-line intellisense based on PowerShell auto-completion DockerMachineCompletion https://github.com/matt9ucci/DockerMachineCompletion Docker Machine command completion for PowerShell. TSDTabCompletion Enables tab completion for tsd commands VSCETabCompletion Enables tab completion for vsce commands MavenAutoCompletion https://github.com/krymtkts/MavenAutoCompletion Maven Auto Completion provides a simple auto completion of Maven 3 to PowerShell. PSGitCompletions http://github.com/PowerCode/PSGitCompletions Tab completions for git.exe YarnTabCompletion Enables tab completion for Yarn commands CompleteHipChat https://github.com/DaveStephens/CompleteHipChat/ A module for interacting with the HipChat REST API. GcloudTabComplete Provide tab completion for the gcloud CLI interface PubCompletion https://github.com/vsotov/PubCompletion PubCompletion extends tab competion and IntelliSense feature of PowerShell >= v5 for Dar... WSLTabCompletion https://github.com/NotTheDr01ds/WSLTabCompletion Provides completion suggestions for wsl.exe (Windows Subsystem for Linux) SecretManagementArgumentCompleter https://github.com/itfranck/SecretManagementArgumentCompleter Argument completer for Microsoft.Powershell.SecretManagement kmt.winget.autocomplete https://github.com/KevinMarquette/winget.autocomplete enables the winget autocomplete functionality when imported VimTabCompletion https://github.com/jfishe/VimTabCompletion Powershell Tab Completion for Vim YarnComplete Provides basic tab completion for Yarn scripts ps-adcompleters Provide tab-completion to users and groups in ActiveDirectory macOSdefaultsCompleter https://github.com/TylerLeonhardt/macOSdefaultsCompleter An argument completer for the macOS `defaults` utility. opCompleter https://github.com/MJECloud/opCompleter An argument completer for the 1Password CLI. TerraformCompletion https://github.com/balticer/TerraformCompletion Provides Terraform command completion for PowerShell. Microsoft.PowerShell.UnixTabComp... https://github.com/PowerShell/UnixCompleters Get parameter completion for native Unix utilities. Requires zsh or bash. Register-Completion https://github.com/aliuq/Register-Completion Easy to register tab completions with data structures. Easy to customize. UsefulArgumentCompleters https://github.com/MartinGC94/UsefulArgumentCompleters Module with lots of argument completers for popular commands. PsComplete https://github.com/aciq/pscomplete/ Cross-platform custom powershell autocomplete / tab expansion nvm-completion https://github.com/kamack38/posh-nvm-completion A nvm tab completion for PowerShell. PwshComplete https://github.com/artiga033/Pwsh-Complete Adds tab completion for many commandline tools. chocolatey-tab-completion chocolatey tab-completion module

  • VimTabCompletion

    Vim Argument Completer for PowerShell

  • Name ProjectUri Description ---- ---------- ----------- DockerCompletion https://github.com/matt9ucci/DockerCompletion Docker command completion for PowerShell. sthArgumentCompleter https://github.com/sethvs/sthArgumentCompleter Module for managing argument completers registered by Register-ArgumentCompleter cmdlet PSKubectlCompletion https://github.com/mziyabo/PSKubectlCompletion Kubectl auto-completion for PowerShell BitTitan.Runbooks.MSPComplete PowerShell module for common MSPComplete functions and resources used in BitTitan Runbooks. Microsoft.PowerShell.UnixCompleters https://github.com/PowerShell/Modules/tree/master/Modules/Microsoft.PowerShell.UnixCompleters Get parameter completion for native Unix utilities. Requires zsh or bash. NPMTabCompletion https://github.com/dfinke/NPMTabCompletion Enables tab completion for npm commands npm-completion https://github.com/gluons/posh-npm-completion A npm tab completion for PowerShell. GuiCompletion https://github.com/nightroman/PS-GuiCompletion GUI-style tab-completion menu for PowerShell. PSBashCompletions https://github.com/tillig/ps-bash-completions PSBashCompletions offers the ability to process bash completions into PowerShell. AWSCompleter https://github.com/mziyabo/PSAWSCompletion awscli auto-completion for PowerShell BitTitan.Runbooks.MSPComplete.Beta PowerShell module for common MSPComplete functions and resources used in BitTitan Runbooks. DockerComposeCompletion https://github.com/matt9ucci/DockerComposeCompletion Docker Compose command completion for PowerShell. posh-HumpCompletion https://github.com/stuartleeks/posh-HumpCompletion When working with some PowerShell modules, there can be a large number of cmdlets, and t... scoop-completion https://github.com/Moeologist/scoop-completion A Scoop tab completion module for PowerShell. yarn-completion https://github.com/gluons/posh-yarn-completion A Yarn tab completion for PowerShell. CompletionPredictor Command-line intellisense based on PowerShell auto-completion DockerMachineCompletion https://github.com/matt9ucci/DockerMachineCompletion Docker Machine command completion for PowerShell. TSDTabCompletion Enables tab completion for tsd commands VSCETabCompletion Enables tab completion for vsce commands MavenAutoCompletion https://github.com/krymtkts/MavenAutoCompletion Maven Auto Completion provides a simple auto completion of Maven 3 to PowerShell. PSGitCompletions http://github.com/PowerCode/PSGitCompletions Tab completions for git.exe YarnTabCompletion Enables tab completion for Yarn commands CompleteHipChat https://github.com/DaveStephens/CompleteHipChat/ A module for interacting with the HipChat REST API. GcloudTabComplete Provide tab completion for the gcloud CLI interface PubCompletion https://github.com/vsotov/PubCompletion PubCompletion extends tab competion and IntelliSense feature of PowerShell >= v5 for Dar... WSLTabCompletion https://github.com/NotTheDr01ds/WSLTabCompletion Provides completion suggestions for wsl.exe (Windows Subsystem for Linux) SecretManagementArgumentCompleter https://github.com/itfranck/SecretManagementArgumentCompleter Argument completer for Microsoft.Powershell.SecretManagement kmt.winget.autocomplete https://github.com/KevinMarquette/winget.autocomplete enables the winget autocomplete functionality when imported VimTabCompletion https://github.com/jfishe/VimTabCompletion Powershell Tab Completion for Vim YarnComplete Provides basic tab completion for Yarn scripts ps-adcompleters Provide tab-completion to users and groups in ActiveDirectory macOSdefaultsCompleter https://github.com/TylerLeonhardt/macOSdefaultsCompleter An argument completer for the macOS `defaults` utility. opCompleter https://github.com/MJECloud/opCompleter An argument completer for the 1Password CLI. TerraformCompletion https://github.com/balticer/TerraformCompletion Provides Terraform command completion for PowerShell. Microsoft.PowerShell.UnixTabComp... https://github.com/PowerShell/UnixCompleters Get parameter completion for native Unix utilities. Requires zsh or bash. Register-Completion https://github.com/aliuq/Register-Completion Easy to register tab completions with data structures. Easy to customize. UsefulArgumentCompleters https://github.com/MartinGC94/UsefulArgumentCompleters Module with lots of argument completers for popular commands. PsComplete https://github.com/aciq/pscomplete/ Cross-platform custom powershell autocomplete / tab expansion nvm-completion https://github.com/kamack38/posh-nvm-completion A nvm tab completion for PowerShell. PwshComplete https://github.com/artiga033/Pwsh-Complete Adds tab completion for many commandline tools. chocolatey-tab-completion chocolatey tab-completion module

  • macOSdefaultsCompleter

    Argument completer for macOS's defaults utility!

  • Name ProjectUri Description ---- ---------- ----------- DockerCompletion https://github.com/matt9ucci/DockerCompletion Docker command completion for PowerShell. sthArgumentCompleter https://github.com/sethvs/sthArgumentCompleter Module for managing argument completers registered by Register-ArgumentCompleter cmdlet PSKubectlCompletion https://github.com/mziyabo/PSKubectlCompletion Kubectl auto-completion for PowerShell BitTitan.Runbooks.MSPComplete PowerShell module for common MSPComplete functions and resources used in BitTitan Runbooks. Microsoft.PowerShell.UnixCompleters https://github.com/PowerShell/Modules/tree/master/Modules/Microsoft.PowerShell.UnixCompleters Get parameter completion for native Unix utilities. Requires zsh or bash. NPMTabCompletion https://github.com/dfinke/NPMTabCompletion Enables tab completion for npm commands npm-completion https://github.com/gluons/posh-npm-completion A npm tab completion for PowerShell. GuiCompletion https://github.com/nightroman/PS-GuiCompletion GUI-style tab-completion menu for PowerShell. PSBashCompletions https://github.com/tillig/ps-bash-completions PSBashCompletions offers the ability to process bash completions into PowerShell. AWSCompleter https://github.com/mziyabo/PSAWSCompletion awscli auto-completion for PowerShell BitTitan.Runbooks.MSPComplete.Beta PowerShell module for common MSPComplete functions and resources used in BitTitan Runbooks. DockerComposeCompletion https://github.com/matt9ucci/DockerComposeCompletion Docker Compose command completion for PowerShell. posh-HumpCompletion https://github.com/stuartleeks/posh-HumpCompletion When working with some PowerShell modules, there can be a large number of cmdlets, and t... scoop-completion https://github.com/Moeologist/scoop-completion A Scoop tab completion module for PowerShell. yarn-completion https://github.com/gluons/posh-yarn-completion A Yarn tab completion for PowerShell. CompletionPredictor Command-line intellisense based on PowerShell auto-completion DockerMachineCompletion https://github.com/matt9ucci/DockerMachineCompletion Docker Machine command completion for PowerShell. TSDTabCompletion Enables tab completion for tsd commands VSCETabCompletion Enables tab completion for vsce commands MavenAutoCompletion https://github.com/krymtkts/MavenAutoCompletion Maven Auto Completion provides a simple auto completion of Maven 3 to PowerShell. PSGitCompletions http://github.com/PowerCode/PSGitCompletions Tab completions for git.exe YarnTabCompletion Enables tab completion for Yarn commands CompleteHipChat https://github.com/DaveStephens/CompleteHipChat/ A module for interacting with the HipChat REST API. GcloudTabComplete Provide tab completion for the gcloud CLI interface PubCompletion https://github.com/vsotov/PubCompletion PubCompletion extends tab competion and IntelliSense feature of PowerShell >= v5 for Dar... WSLTabCompletion https://github.com/NotTheDr01ds/WSLTabCompletion Provides completion suggestions for wsl.exe (Windows Subsystem for Linux) SecretManagementArgumentCompleter https://github.com/itfranck/SecretManagementArgumentCompleter Argument completer for Microsoft.Powershell.SecretManagement kmt.winget.autocomplete https://github.com/KevinMarquette/winget.autocomplete enables the winget autocomplete functionality when imported VimTabCompletion https://github.com/jfishe/VimTabCompletion Powershell Tab Completion for Vim YarnComplete Provides basic tab completion for Yarn scripts ps-adcompleters Provide tab-completion to users and groups in ActiveDirectory macOSdefaultsCompleter https://github.com/TylerLeonhardt/macOSdefaultsCompleter An argument completer for the macOS `defaults` utility. opCompleter https://github.com/MJECloud/opCompleter An argument completer for the 1Password CLI. TerraformCompletion https://github.com/balticer/TerraformCompletion Provides Terraform command completion for PowerShell. Microsoft.PowerShell.UnixTabComp... https://github.com/PowerShell/UnixCompleters Get parameter completion for native Unix utilities. Requires zsh or bash. Register-Completion https://github.com/aliuq/Register-Completion Easy to register tab completions with data structures. Easy to customize. UsefulArgumentCompleters https://github.com/MartinGC94/UsefulArgumentCompleters Module with lots of argument completers for popular commands. PsComplete https://github.com/aciq/pscomplete/ Cross-platform custom powershell autocomplete / tab expansion nvm-completion https://github.com/kamack38/posh-nvm-completion A nvm tab completion for PowerShell. PwshComplete https://github.com/artiga033/Pwsh-Complete Adds tab completion for many commandline tools. chocolatey-tab-completion chocolatey tab-completion module

  • opCompleter

    Discontinued An argument completer for the 1Password CLI. https://support.1password.com/command-line-getting-started

  • Name ProjectUri Description ---- ---------- ----------- DockerCompletion https://github.com/matt9ucci/DockerCompletion Docker command completion for PowerShell. sthArgumentCompleter https://github.com/sethvs/sthArgumentCompleter Module for managing argument completers registered by Register-ArgumentCompleter cmdlet PSKubectlCompletion https://github.com/mziyabo/PSKubectlCompletion Kubectl auto-completion for PowerShell BitTitan.Runbooks.MSPComplete PowerShell module for common MSPComplete functions and resources used in BitTitan Runbooks. Microsoft.PowerShell.UnixCompleters https://github.com/PowerShell/Modules/tree/master/Modules/Microsoft.PowerShell.UnixCompleters Get parameter completion for native Unix utilities. Requires zsh or bash. NPMTabCompletion https://github.com/dfinke/NPMTabCompletion Enables tab completion for npm commands npm-completion https://github.com/gluons/posh-npm-completion A npm tab completion for PowerShell. GuiCompletion https://github.com/nightroman/PS-GuiCompletion GUI-style tab-completion menu for PowerShell. PSBashCompletions https://github.com/tillig/ps-bash-completions PSBashCompletions offers the ability to process bash completions into PowerShell. AWSCompleter https://github.com/mziyabo/PSAWSCompletion awscli auto-completion for PowerShell BitTitan.Runbooks.MSPComplete.Beta PowerShell module for common MSPComplete functions and resources used in BitTitan Runbooks. DockerComposeCompletion https://github.com/matt9ucci/DockerComposeCompletion Docker Compose command completion for PowerShell. posh-HumpCompletion https://github.com/stuartleeks/posh-HumpCompletion When working with some PowerShell modules, there can be a large number of cmdlets, and t... scoop-completion https://github.com/Moeologist/scoop-completion A Scoop tab completion module for PowerShell. yarn-completion https://github.com/gluons/posh-yarn-completion A Yarn tab completion for PowerShell. CompletionPredictor Command-line intellisense based on PowerShell auto-completion DockerMachineCompletion https://github.com/matt9ucci/DockerMachineCompletion Docker Machine command completion for PowerShell. TSDTabCompletion Enables tab completion for tsd commands VSCETabCompletion Enables tab completion for vsce commands MavenAutoCompletion https://github.com/krymtkts/MavenAutoCompletion Maven Auto Completion provides a simple auto completion of Maven 3 to PowerShell. PSGitCompletions http://github.com/PowerCode/PSGitCompletions Tab completions for git.exe YarnTabCompletion Enables tab completion for Yarn commands CompleteHipChat https://github.com/DaveStephens/CompleteHipChat/ A module for interacting with the HipChat REST API. GcloudTabComplete Provide tab completion for the gcloud CLI interface PubCompletion https://github.com/vsotov/PubCompletion PubCompletion extends tab competion and IntelliSense feature of PowerShell >= v5 for Dar... WSLTabCompletion https://github.com/NotTheDr01ds/WSLTabCompletion Provides completion suggestions for wsl.exe (Windows Subsystem for Linux) SecretManagementArgumentCompleter https://github.com/itfranck/SecretManagementArgumentCompleter Argument completer for Microsoft.Powershell.SecretManagement kmt.winget.autocomplete https://github.com/KevinMarquette/winget.autocomplete enables the winget autocomplete functionality when imported VimTabCompletion https://github.com/jfishe/VimTabCompletion Powershell Tab Completion for Vim YarnComplete Provides basic tab completion for Yarn scripts ps-adcompleters Provide tab-completion to users and groups in ActiveDirectory macOSdefaultsCompleter https://github.com/TylerLeonhardt/macOSdefaultsCompleter An argument completer for the macOS `defaults` utility. opCompleter https://github.com/MJECloud/opCompleter An argument completer for the 1Password CLI. TerraformCompletion https://github.com/balticer/TerraformCompletion Provides Terraform command completion for PowerShell. Microsoft.PowerShell.UnixTabComp... https://github.com/PowerShell/UnixCompleters Get parameter completion for native Unix utilities. Requires zsh or bash. Register-Completion https://github.com/aliuq/Register-Completion Easy to register tab completions with data structures. Easy to customize. UsefulArgumentCompleters https://github.com/MartinGC94/UsefulArgumentCompleters Module with lots of argument completers for popular commands. PsComplete https://github.com/aciq/pscomplete/ Cross-platform custom powershell autocomplete / tab expansion nvm-completion https://github.com/kamack38/posh-nvm-completion A nvm tab completion for PowerShell. PwshComplete https://github.com/artiga033/Pwsh-Complete Adds tab completion for many commandline tools. chocolatey-tab-completion chocolatey tab-completion module

  • TerraformCompletion

    Discontinued PowerShell module provides Terraform command completion for PowerShell

  • Name ProjectUri Description ---- ---------- ----------- DockerCompletion https://github.com/matt9ucci/DockerCompletion Docker command completion for PowerShell. sthArgumentCompleter https://github.com/sethvs/sthArgumentCompleter Module for managing argument completers registered by Register-ArgumentCompleter cmdlet PSKubectlCompletion https://github.com/mziyabo/PSKubectlCompletion Kubectl auto-completion for PowerShell BitTitan.Runbooks.MSPComplete PowerShell module for common MSPComplete functions and resources used in BitTitan Runbooks. Microsoft.PowerShell.UnixCompleters https://github.com/PowerShell/Modules/tree/master/Modules/Microsoft.PowerShell.UnixCompleters Get parameter completion for native Unix utilities. Requires zsh or bash. NPMTabCompletion https://github.com/dfinke/NPMTabCompletion Enables tab completion for npm commands npm-completion https://github.com/gluons/posh-npm-completion A npm tab completion for PowerShell. GuiCompletion https://github.com/nightroman/PS-GuiCompletion GUI-style tab-completion menu for PowerShell. PSBashCompletions https://github.com/tillig/ps-bash-completions PSBashCompletions offers the ability to process bash completions into PowerShell. AWSCompleter https://github.com/mziyabo/PSAWSCompletion awscli auto-completion for PowerShell BitTitan.Runbooks.MSPComplete.Beta PowerShell module for common MSPComplete functions and resources used in BitTitan Runbooks. DockerComposeCompletion https://github.com/matt9ucci/DockerComposeCompletion Docker Compose command completion for PowerShell. posh-HumpCompletion https://github.com/stuartleeks/posh-HumpCompletion When working with some PowerShell modules, there can be a large number of cmdlets, and t... scoop-completion https://github.com/Moeologist/scoop-completion A Scoop tab completion module for PowerShell. yarn-completion https://github.com/gluons/posh-yarn-completion A Yarn tab completion for PowerShell. CompletionPredictor Command-line intellisense based on PowerShell auto-completion DockerMachineCompletion https://github.com/matt9ucci/DockerMachineCompletion Docker Machine command completion for PowerShell. TSDTabCompletion Enables tab completion for tsd commands VSCETabCompletion Enables tab completion for vsce commands MavenAutoCompletion https://github.com/krymtkts/MavenAutoCompletion Maven Auto Completion provides a simple auto completion of Maven 3 to PowerShell. PSGitCompletions http://github.com/PowerCode/PSGitCompletions Tab completions for git.exe YarnTabCompletion Enables tab completion for Yarn commands CompleteHipChat https://github.com/DaveStephens/CompleteHipChat/ A module for interacting with the HipChat REST API. GcloudTabComplete Provide tab completion for the gcloud CLI interface PubCompletion https://github.com/vsotov/PubCompletion PubCompletion extends tab competion and IntelliSense feature of PowerShell >= v5 for Dar... WSLTabCompletion https://github.com/NotTheDr01ds/WSLTabCompletion Provides completion suggestions for wsl.exe (Windows Subsystem for Linux) SecretManagementArgumentCompleter https://github.com/itfranck/SecretManagementArgumentCompleter Argument completer for Microsoft.Powershell.SecretManagement kmt.winget.autocomplete https://github.com/KevinMarquette/winget.autocomplete enables the winget autocomplete functionality when imported VimTabCompletion https://github.com/jfishe/VimTabCompletion Powershell Tab Completion for Vim YarnComplete Provides basic tab completion for Yarn scripts ps-adcompleters Provide tab-completion to users and groups in ActiveDirectory macOSdefaultsCompleter https://github.com/TylerLeonhardt/macOSdefaultsCompleter An argument completer for the macOS `defaults` utility. opCompleter https://github.com/MJECloud/opCompleter An argument completer for the 1Password CLI. TerraformCompletion https://github.com/balticer/TerraformCompletion Provides Terraform command completion for PowerShell. Microsoft.PowerShell.UnixTabComp... https://github.com/PowerShell/UnixCompleters Get parameter completion for native Unix utilities. Requires zsh or bash. Register-Completion https://github.com/aliuq/Register-Completion Easy to register tab completions with data structures. Easy to customize. UsefulArgumentCompleters https://github.com/MartinGC94/UsefulArgumentCompleters Module with lots of argument completers for popular commands. PsComplete https://github.com/aciq/pscomplete/ Cross-platform custom powershell autocomplete / tab expansion nvm-completion https://github.com/kamack38/posh-nvm-completion A nvm tab completion for PowerShell. PwshComplete https://github.com/artiga033/Pwsh-Complete Adds tab completion for many commandline tools. chocolatey-tab-completion chocolatey tab-completion module

  • UnixCompleters

  • Name ProjectUri Description ---- ---------- ----------- DockerCompletion https://github.com/matt9ucci/DockerCompletion Docker command completion for PowerShell. sthArgumentCompleter https://github.com/sethvs/sthArgumentCompleter Module for managing argument completers registered by Register-ArgumentCompleter cmdlet PSKubectlCompletion https://github.com/mziyabo/PSKubectlCompletion Kubectl auto-completion for PowerShell BitTitan.Runbooks.MSPComplete PowerShell module for common MSPComplete functions and resources used in BitTitan Runbooks. Microsoft.PowerShell.UnixCompleters https://github.com/PowerShell/Modules/tree/master/Modules/Microsoft.PowerShell.UnixCompleters Get parameter completion for native Unix utilities. Requires zsh or bash. NPMTabCompletion https://github.com/dfinke/NPMTabCompletion Enables tab completion for npm commands npm-completion https://github.com/gluons/posh-npm-completion A npm tab completion for PowerShell. GuiCompletion https://github.com/nightroman/PS-GuiCompletion GUI-style tab-completion menu for PowerShell. PSBashCompletions https://github.com/tillig/ps-bash-completions PSBashCompletions offers the ability to process bash completions into PowerShell. AWSCompleter https://github.com/mziyabo/PSAWSCompletion awscli auto-completion for PowerShell BitTitan.Runbooks.MSPComplete.Beta PowerShell module for common MSPComplete functions and resources used in BitTitan Runbooks. DockerComposeCompletion https://github.com/matt9ucci/DockerComposeCompletion Docker Compose command completion for PowerShell. posh-HumpCompletion https://github.com/stuartleeks/posh-HumpCompletion When working with some PowerShell modules, there can be a large number of cmdlets, and t... scoop-completion https://github.com/Moeologist/scoop-completion A Scoop tab completion module for PowerShell. yarn-completion https://github.com/gluons/posh-yarn-completion A Yarn tab completion for PowerShell. CompletionPredictor Command-line intellisense based on PowerShell auto-completion DockerMachineCompletion https://github.com/matt9ucci/DockerMachineCompletion Docker Machine command completion for PowerShell. TSDTabCompletion Enables tab completion for tsd commands VSCETabCompletion Enables tab completion for vsce commands MavenAutoCompletion https://github.com/krymtkts/MavenAutoCompletion Maven Auto Completion provides a simple auto completion of Maven 3 to PowerShell. PSGitCompletions http://github.com/PowerCode/PSGitCompletions Tab completions for git.exe YarnTabCompletion Enables tab completion for Yarn commands CompleteHipChat https://github.com/DaveStephens/CompleteHipChat/ A module for interacting with the HipChat REST API. GcloudTabComplete Provide tab completion for the gcloud CLI interface PubCompletion https://github.com/vsotov/PubCompletion PubCompletion extends tab competion and IntelliSense feature of PowerShell >= v5 for Dar... WSLTabCompletion https://github.com/NotTheDr01ds/WSLTabCompletion Provides completion suggestions for wsl.exe (Windows Subsystem for Linux) SecretManagementArgumentCompleter https://github.com/itfranck/SecretManagementArgumentCompleter Argument completer for Microsoft.Powershell.SecretManagement kmt.winget.autocomplete https://github.com/KevinMarquette/winget.autocomplete enables the winget autocomplete functionality when imported VimTabCompletion https://github.com/jfishe/VimTabCompletion Powershell Tab Completion for Vim YarnComplete Provides basic tab completion for Yarn scripts ps-adcompleters Provide tab-completion to users and groups in ActiveDirectory macOSdefaultsCompleter https://github.com/TylerLeonhardt/macOSdefaultsCompleter An argument completer for the macOS `defaults` utility. opCompleter https://github.com/MJECloud/opCompleter An argument completer for the 1Password CLI. TerraformCompletion https://github.com/balticer/TerraformCompletion Provides Terraform command completion for PowerShell. Microsoft.PowerShell.UnixTabComp... https://github.com/PowerShell/UnixCompleters Get parameter completion for native Unix utilities. Requires zsh or bash. Register-Completion https://github.com/aliuq/Register-Completion Easy to register tab completions with data structures. Easy to customize. UsefulArgumentCompleters https://github.com/MartinGC94/UsefulArgumentCompleters Module with lots of argument completers for popular commands. PsComplete https://github.com/aciq/pscomplete/ Cross-platform custom powershell autocomplete / tab expansion nvm-completion https://github.com/kamack38/posh-nvm-completion A nvm tab completion for PowerShell. PwshComplete https://github.com/artiga033/Pwsh-Complete Adds tab completion for many commandline tools. chocolatey-tab-completion chocolatey tab-completion module

  • Register-Completion

    Easy to register tab completions with data structures. Easy to customize.

  • Name ProjectUri Description ---- ---------- ----------- DockerCompletion https://github.com/matt9ucci/DockerCompletion Docker command completion for PowerShell. sthArgumentCompleter https://github.com/sethvs/sthArgumentCompleter Module for managing argument completers registered by Register-ArgumentCompleter cmdlet PSKubectlCompletion https://github.com/mziyabo/PSKubectlCompletion Kubectl auto-completion for PowerShell BitTitan.Runbooks.MSPComplete PowerShell module for common MSPComplete functions and resources used in BitTitan Runbooks. Microsoft.PowerShell.UnixCompleters https://github.com/PowerShell/Modules/tree/master/Modules/Microsoft.PowerShell.UnixCompleters Get parameter completion for native Unix utilities. Requires zsh or bash. NPMTabCompletion https://github.com/dfinke/NPMTabCompletion Enables tab completion for npm commands npm-completion https://github.com/gluons/posh-npm-completion A npm tab completion for PowerShell. GuiCompletion https://github.com/nightroman/PS-GuiCompletion GUI-style tab-completion menu for PowerShell. PSBashCompletions https://github.com/tillig/ps-bash-completions PSBashCompletions offers the ability to process bash completions into PowerShell. AWSCompleter https://github.com/mziyabo/PSAWSCompletion awscli auto-completion for PowerShell BitTitan.Runbooks.MSPComplete.Beta PowerShell module for common MSPComplete functions and resources used in BitTitan Runbooks. DockerComposeCompletion https://github.com/matt9ucci/DockerComposeCompletion Docker Compose command completion for PowerShell. posh-HumpCompletion https://github.com/stuartleeks/posh-HumpCompletion When working with some PowerShell modules, there can be a large number of cmdlets, and t... scoop-completion https://github.com/Moeologist/scoop-completion A Scoop tab completion module for PowerShell. yarn-completion https://github.com/gluons/posh-yarn-completion A Yarn tab completion for PowerShell. CompletionPredictor Command-line intellisense based on PowerShell auto-completion DockerMachineCompletion https://github.com/matt9ucci/DockerMachineCompletion Docker Machine command completion for PowerShell. TSDTabCompletion Enables tab completion for tsd commands VSCETabCompletion Enables tab completion for vsce commands MavenAutoCompletion https://github.com/krymtkts/MavenAutoCompletion Maven Auto Completion provides a simple auto completion of Maven 3 to PowerShell. PSGitCompletions http://github.com/PowerCode/PSGitCompletions Tab completions for git.exe YarnTabCompletion Enables tab completion for Yarn commands CompleteHipChat https://github.com/DaveStephens/CompleteHipChat/ A module for interacting with the HipChat REST API. GcloudTabComplete Provide tab completion for the gcloud CLI interface PubCompletion https://github.com/vsotov/PubCompletion PubCompletion extends tab competion and IntelliSense feature of PowerShell >= v5 for Dar... WSLTabCompletion https://github.com/NotTheDr01ds/WSLTabCompletion Provides completion suggestions for wsl.exe (Windows Subsystem for Linux) SecretManagementArgumentCompleter https://github.com/itfranck/SecretManagementArgumentCompleter Argument completer for Microsoft.Powershell.SecretManagement kmt.winget.autocomplete https://github.com/KevinMarquette/winget.autocomplete enables the winget autocomplete functionality when imported VimTabCompletion https://github.com/jfishe/VimTabCompletion Powershell Tab Completion for Vim YarnComplete Provides basic tab completion for Yarn scripts ps-adcompleters Provide tab-completion to users and groups in ActiveDirectory macOSdefaultsCompleter https://github.com/TylerLeonhardt/macOSdefaultsCompleter An argument completer for the macOS `defaults` utility. opCompleter https://github.com/MJECloud/opCompleter An argument completer for the 1Password CLI. TerraformCompletion https://github.com/balticer/TerraformCompletion Provides Terraform command completion for PowerShell. Microsoft.PowerShell.UnixTabComp... https://github.com/PowerShell/UnixCompleters Get parameter completion for native Unix utilities. Requires zsh or bash. Register-Completion https://github.com/aliuq/Register-Completion Easy to register tab completions with data structures. Easy to customize. UsefulArgumentCompleters https://github.com/MartinGC94/UsefulArgumentCompleters Module with lots of argument completers for popular commands. PsComplete https://github.com/aciq/pscomplete/ Cross-platform custom powershell autocomplete / tab expansion nvm-completion https://github.com/kamack38/posh-nvm-completion A nvm tab completion for PowerShell. PwshComplete https://github.com/artiga033/Pwsh-Complete Adds tab completion for many commandline tools. chocolatey-tab-completion chocolatey tab-completion module

  • UsefulArgumentCompleters

  • Name ProjectUri Description ---- ---------- ----------- DockerCompletion https://github.com/matt9ucci/DockerCompletion Docker command completion for PowerShell. sthArgumentCompleter https://github.com/sethvs/sthArgumentCompleter Module for managing argument completers registered by Register-ArgumentCompleter cmdlet PSKubectlCompletion https://github.com/mziyabo/PSKubectlCompletion Kubectl auto-completion for PowerShell BitTitan.Runbooks.MSPComplete PowerShell module for common MSPComplete functions and resources used in BitTitan Runbooks. Microsoft.PowerShell.UnixCompleters https://github.com/PowerShell/Modules/tree/master/Modules/Microsoft.PowerShell.UnixCompleters Get parameter completion for native Unix utilities. Requires zsh or bash. NPMTabCompletion https://github.com/dfinke/NPMTabCompletion Enables tab completion for npm commands npm-completion https://github.com/gluons/posh-npm-completion A npm tab completion for PowerShell. GuiCompletion https://github.com/nightroman/PS-GuiCompletion GUI-style tab-completion menu for PowerShell. PSBashCompletions https://github.com/tillig/ps-bash-completions PSBashCompletions offers the ability to process bash completions into PowerShell. AWSCompleter https://github.com/mziyabo/PSAWSCompletion awscli auto-completion for PowerShell BitTitan.Runbooks.MSPComplete.Beta PowerShell module for common MSPComplete functions and resources used in BitTitan Runbooks. DockerComposeCompletion https://github.com/matt9ucci/DockerComposeCompletion Docker Compose command completion for PowerShell. posh-HumpCompletion https://github.com/stuartleeks/posh-HumpCompletion When working with some PowerShell modules, there can be a large number of cmdlets, and t... scoop-completion https://github.com/Moeologist/scoop-completion A Scoop tab completion module for PowerShell. yarn-completion https://github.com/gluons/posh-yarn-completion A Yarn tab completion for PowerShell. CompletionPredictor Command-line intellisense based on PowerShell auto-completion DockerMachineCompletion https://github.com/matt9ucci/DockerMachineCompletion Docker Machine command completion for PowerShell. TSDTabCompletion Enables tab completion for tsd commands VSCETabCompletion Enables tab completion for vsce commands MavenAutoCompletion https://github.com/krymtkts/MavenAutoCompletion Maven Auto Completion provides a simple auto completion of Maven 3 to PowerShell. PSGitCompletions http://github.com/PowerCode/PSGitCompletions Tab completions for git.exe YarnTabCompletion Enables tab completion for Yarn commands CompleteHipChat https://github.com/DaveStephens/CompleteHipChat/ A module for interacting with the HipChat REST API. GcloudTabComplete Provide tab completion for the gcloud CLI interface PubCompletion https://github.com/vsotov/PubCompletion PubCompletion extends tab competion and IntelliSense feature of PowerShell >= v5 for Dar... WSLTabCompletion https://github.com/NotTheDr01ds/WSLTabCompletion Provides completion suggestions for wsl.exe (Windows Subsystem for Linux) SecretManagementArgumentCompleter https://github.com/itfranck/SecretManagementArgumentCompleter Argument completer for Microsoft.Powershell.SecretManagement kmt.winget.autocomplete https://github.com/KevinMarquette/winget.autocomplete enables the winget autocomplete functionality when imported VimTabCompletion https://github.com/jfishe/VimTabCompletion Powershell Tab Completion for Vim YarnComplete Provides basic tab completion for Yarn scripts ps-adcompleters Provide tab-completion to users and groups in ActiveDirectory macOSdefaultsCompleter https://github.com/TylerLeonhardt/macOSdefaultsCompleter An argument completer for the macOS `defaults` utility. opCompleter https://github.com/MJECloud/opCompleter An argument completer for the 1Password CLI. TerraformCompletion https://github.com/balticer/TerraformCompletion Provides Terraform command completion for PowerShell. Microsoft.PowerShell.UnixTabComp... https://github.com/PowerShell/UnixCompleters Get parameter completion for native Unix utilities. Requires zsh or bash. Register-Completion https://github.com/aliuq/Register-Completion Easy to register tab completions with data structures. Easy to customize. UsefulArgumentCompleters https://github.com/MartinGC94/UsefulArgumentCompleters Module with lots of argument completers for popular commands. PsComplete https://github.com/aciq/pscomplete/ Cross-platform custom powershell autocomplete / tab expansion nvm-completion https://github.com/kamack38/posh-nvm-completion A nvm tab completion for PowerShell. PwshComplete https://github.com/artiga033/Pwsh-Complete Adds tab completion for many commandline tools. chocolatey-tab-completion chocolatey tab-completion module

  • pscomplete

    cross-platform custom powershell autocomplete

  • Name ProjectUri Description ---- ---------- ----------- DockerCompletion https://github.com/matt9ucci/DockerCompletion Docker command completion for PowerShell. sthArgumentCompleter https://github.com/sethvs/sthArgumentCompleter Module for managing argument completers registered by Register-ArgumentCompleter cmdlet PSKubectlCompletion https://github.com/mziyabo/PSKubectlCompletion Kubectl auto-completion for PowerShell BitTitan.Runbooks.MSPComplete PowerShell module for common MSPComplete functions and resources used in BitTitan Runbooks. Microsoft.PowerShell.UnixCompleters https://github.com/PowerShell/Modules/tree/master/Modules/Microsoft.PowerShell.UnixCompleters Get parameter completion for native Unix utilities. Requires zsh or bash. NPMTabCompletion https://github.com/dfinke/NPMTabCompletion Enables tab completion for npm commands npm-completion https://github.com/gluons/posh-npm-completion A npm tab completion for PowerShell. GuiCompletion https://github.com/nightroman/PS-GuiCompletion GUI-style tab-completion menu for PowerShell. PSBashCompletions https://github.com/tillig/ps-bash-completions PSBashCompletions offers the ability to process bash completions into PowerShell. AWSCompleter https://github.com/mziyabo/PSAWSCompletion awscli auto-completion for PowerShell BitTitan.Runbooks.MSPComplete.Beta PowerShell module for common MSPComplete functions and resources used in BitTitan Runbooks. DockerComposeCompletion https://github.com/matt9ucci/DockerComposeCompletion Docker Compose command completion for PowerShell. posh-HumpCompletion https://github.com/stuartleeks/posh-HumpCompletion When working with some PowerShell modules, there can be a large number of cmdlets, and t... scoop-completion https://github.com/Moeologist/scoop-completion A Scoop tab completion module for PowerShell. yarn-completion https://github.com/gluons/posh-yarn-completion A Yarn tab completion for PowerShell. CompletionPredictor Command-line intellisense based on PowerShell auto-completion DockerMachineCompletion https://github.com/matt9ucci/DockerMachineCompletion Docker Machine command completion for PowerShell. TSDTabCompletion Enables tab completion for tsd commands VSCETabCompletion Enables tab completion for vsce commands MavenAutoCompletion https://github.com/krymtkts/MavenAutoCompletion Maven Auto Completion provides a simple auto completion of Maven 3 to PowerShell. PSGitCompletions http://github.com/PowerCode/PSGitCompletions Tab completions for git.exe YarnTabCompletion Enables tab completion for Yarn commands CompleteHipChat https://github.com/DaveStephens/CompleteHipChat/ A module for interacting with the HipChat REST API. GcloudTabComplete Provide tab completion for the gcloud CLI interface PubCompletion https://github.com/vsotov/PubCompletion PubCompletion extends tab competion and IntelliSense feature of PowerShell >= v5 for Dar... WSLTabCompletion https://github.com/NotTheDr01ds/WSLTabCompletion Provides completion suggestions for wsl.exe (Windows Subsystem for Linux) SecretManagementArgumentCompleter https://github.com/itfranck/SecretManagementArgumentCompleter Argument completer for Microsoft.Powershell.SecretManagement kmt.winget.autocomplete https://github.com/KevinMarquette/winget.autocomplete enables the winget autocomplete functionality when imported VimTabCompletion https://github.com/jfishe/VimTabCompletion Powershell Tab Completion for Vim YarnComplete Provides basic tab completion for Yarn scripts ps-adcompleters Provide tab-completion to users and groups in ActiveDirectory macOSdefaultsCompleter https://github.com/TylerLeonhardt/macOSdefaultsCompleter An argument completer for the macOS `defaults` utility. opCompleter https://github.com/MJECloud/opCompleter An argument completer for the 1Password CLI. TerraformCompletion https://github.com/balticer/TerraformCompletion Provides Terraform command completion for PowerShell. Microsoft.PowerShell.UnixTabComp... https://github.com/PowerShell/UnixCompleters Get parameter completion for native Unix utilities. Requires zsh or bash. Register-Completion https://github.com/aliuq/Register-Completion Easy to register tab completions with data structures. Easy to customize. UsefulArgumentCompleters https://github.com/MartinGC94/UsefulArgumentCompleters Module with lots of argument completers for popular commands. PsComplete https://github.com/aciq/pscomplete/ Cross-platform custom powershell autocomplete / tab expansion nvm-completion https://github.com/kamack38/posh-nvm-completion A nvm tab completion for PowerShell. PwshComplete https://github.com/artiga033/Pwsh-Complete Adds tab completion for many commandline tools. chocolatey-tab-completion chocolatey tab-completion module

  • posh-nvm-completion

    🔹 A nvm tab completion for @PowerShell

  • Name ProjectUri Description ---- ---------- ----------- DockerCompletion https://github.com/matt9ucci/DockerCompletion Docker command completion for PowerShell. sthArgumentCompleter https://github.com/sethvs/sthArgumentCompleter Module for managing argument completers registered by Register-ArgumentCompleter cmdlet PSKubectlCompletion https://github.com/mziyabo/PSKubectlCompletion Kubectl auto-completion for PowerShell BitTitan.Runbooks.MSPComplete PowerShell module for common MSPComplete functions and resources used in BitTitan Runbooks. Microsoft.PowerShell.UnixCompleters https://github.com/PowerShell/Modules/tree/master/Modules/Microsoft.PowerShell.UnixCompleters Get parameter completion for native Unix utilities. Requires zsh or bash. NPMTabCompletion https://github.com/dfinke/NPMTabCompletion Enables tab completion for npm commands npm-completion https://github.com/gluons/posh-npm-completion A npm tab completion for PowerShell. GuiCompletion https://github.com/nightroman/PS-GuiCompletion GUI-style tab-completion menu for PowerShell. PSBashCompletions https://github.com/tillig/ps-bash-completions PSBashCompletions offers the ability to process bash completions into PowerShell. AWSCompleter https://github.com/mziyabo/PSAWSCompletion awscli auto-completion for PowerShell BitTitan.Runbooks.MSPComplete.Beta PowerShell module for common MSPComplete functions and resources used in BitTitan Runbooks. DockerComposeCompletion https://github.com/matt9ucci/DockerComposeCompletion Docker Compose command completion for PowerShell. posh-HumpCompletion https://github.com/stuartleeks/posh-HumpCompletion When working with some PowerShell modules, there can be a large number of cmdlets, and t... scoop-completion https://github.com/Moeologist/scoop-completion A Scoop tab completion module for PowerShell. yarn-completion https://github.com/gluons/posh-yarn-completion A Yarn tab completion for PowerShell. CompletionPredictor Command-line intellisense based on PowerShell auto-completion DockerMachineCompletion https://github.com/matt9ucci/DockerMachineCompletion Docker Machine command completion for PowerShell. TSDTabCompletion Enables tab completion for tsd commands VSCETabCompletion Enables tab completion for vsce commands MavenAutoCompletion https://github.com/krymtkts/MavenAutoCompletion Maven Auto Completion provides a simple auto completion of Maven 3 to PowerShell. PSGitCompletions http://github.com/PowerCode/PSGitCompletions Tab completions for git.exe YarnTabCompletion Enables tab completion for Yarn commands CompleteHipChat https://github.com/DaveStephens/CompleteHipChat/ A module for interacting with the HipChat REST API. GcloudTabComplete Provide tab completion for the gcloud CLI interface PubCompletion https://github.com/vsotov/PubCompletion PubCompletion extends tab competion and IntelliSense feature of PowerShell >= v5 for Dar... WSLTabCompletion https://github.com/NotTheDr01ds/WSLTabCompletion Provides completion suggestions for wsl.exe (Windows Subsystem for Linux) SecretManagementArgumentCompleter https://github.com/itfranck/SecretManagementArgumentCompleter Argument completer for Microsoft.Powershell.SecretManagement kmt.winget.autocomplete https://github.com/KevinMarquette/winget.autocomplete enables the winget autocomplete functionality when imported VimTabCompletion https://github.com/jfishe/VimTabCompletion Powershell Tab Completion for Vim YarnComplete Provides basic tab completion for Yarn scripts ps-adcompleters Provide tab-completion to users and groups in ActiveDirectory macOSdefaultsCompleter https://github.com/TylerLeonhardt/macOSdefaultsCompleter An argument completer for the macOS `defaults` utility. opCompleter https://github.com/MJECloud/opCompleter An argument completer for the 1Password CLI. TerraformCompletion https://github.com/balticer/TerraformCompletion Provides Terraform command completion for PowerShell. Microsoft.PowerShell.UnixTabComp... https://github.com/PowerShell/UnixCompleters Get parameter completion for native Unix utilities. Requires zsh or bash. Register-Completion https://github.com/aliuq/Register-Completion Easy to register tab completions with data structures. Easy to customize. UsefulArgumentCompleters https://github.com/MartinGC94/UsefulArgumentCompleters Module with lots of argument completers for popular commands. PsComplete https://github.com/aciq/pscomplete/ Cross-platform custom powershell autocomplete / tab expansion nvm-completion https://github.com/kamack38/posh-nvm-completion A nvm tab completion for PowerShell. PwshComplete https://github.com/artiga033/Pwsh-Complete Adds tab completion for many commandline tools. chocolatey-tab-completion chocolatey tab-completion module

  • PwshComplete

    <TAB> completions with PowerShell for many popular cli tools

  • Name ProjectUri Description ---- ---------- ----------- DockerCompletion https://github.com/matt9ucci/DockerCompletion Docker command completion for PowerShell. sthArgumentCompleter https://github.com/sethvs/sthArgumentCompleter Module for managing argument completers registered by Register-ArgumentCompleter cmdlet PSKubectlCompletion https://github.com/mziyabo/PSKubectlCompletion Kubectl auto-completion for PowerShell BitTitan.Runbooks.MSPComplete PowerShell module for common MSPComplete functions and resources used in BitTitan Runbooks. Microsoft.PowerShell.UnixCompleters https://github.com/PowerShell/Modules/tree/master/Modules/Microsoft.PowerShell.UnixCompleters Get parameter completion for native Unix utilities. Requires zsh or bash. NPMTabCompletion https://github.com/dfinke/NPMTabCompletion Enables tab completion for npm commands npm-completion https://github.com/gluons/posh-npm-completion A npm tab completion for PowerShell. GuiCompletion https://github.com/nightroman/PS-GuiCompletion GUI-style tab-completion menu for PowerShell. PSBashCompletions https://github.com/tillig/ps-bash-completions PSBashCompletions offers the ability to process bash completions into PowerShell. AWSCompleter https://github.com/mziyabo/PSAWSCompletion awscli auto-completion for PowerShell BitTitan.Runbooks.MSPComplete.Beta PowerShell module for common MSPComplete functions and resources used in BitTitan Runbooks. DockerComposeCompletion https://github.com/matt9ucci/DockerComposeCompletion Docker Compose command completion for PowerShell. posh-HumpCompletion https://github.com/stuartleeks/posh-HumpCompletion When working with some PowerShell modules, there can be a large number of cmdlets, and t... scoop-completion https://github.com/Moeologist/scoop-completion A Scoop tab completion module for PowerShell. yarn-completion https://github.com/gluons/posh-yarn-completion A Yarn tab completion for PowerShell. CompletionPredictor Command-line intellisense based on PowerShell auto-completion DockerMachineCompletion https://github.com/matt9ucci/DockerMachineCompletion Docker Machine command completion for PowerShell. TSDTabCompletion Enables tab completion for tsd commands VSCETabCompletion Enables tab completion for vsce commands MavenAutoCompletion https://github.com/krymtkts/MavenAutoCompletion Maven Auto Completion provides a simple auto completion of Maven 3 to PowerShell. PSGitCompletions http://github.com/PowerCode/PSGitCompletions Tab completions for git.exe YarnTabCompletion Enables tab completion for Yarn commands CompleteHipChat https://github.com/DaveStephens/CompleteHipChat/ A module for interacting with the HipChat REST API. GcloudTabComplete Provide tab completion for the gcloud CLI interface PubCompletion https://github.com/vsotov/PubCompletion PubCompletion extends tab competion and IntelliSense feature of PowerShell >= v5 for Dar... WSLTabCompletion https://github.com/NotTheDr01ds/WSLTabCompletion Provides completion suggestions for wsl.exe (Windows Subsystem for Linux) SecretManagementArgumentCompleter https://github.com/itfranck/SecretManagementArgumentCompleter Argument completer for Microsoft.Powershell.SecretManagement kmt.winget.autocomplete https://github.com/KevinMarquette/winget.autocomplete enables the winget autocomplete functionality when imported VimTabCompletion https://github.com/jfishe/VimTabCompletion Powershell Tab Completion for Vim YarnComplete Provides basic tab completion for Yarn scripts ps-adcompleters Provide tab-completion to users and groups in ActiveDirectory macOSdefaultsCompleter https://github.com/TylerLeonhardt/macOSdefaultsCompleter An argument completer for the macOS `defaults` utility. opCompleter https://github.com/MJECloud/opCompleter An argument completer for the 1Password CLI. TerraformCompletion https://github.com/balticer/TerraformCompletion Provides Terraform command completion for PowerShell. Microsoft.PowerShell.UnixTabComp... https://github.com/PowerShell/UnixCompleters Get parameter completion for native Unix utilities. Requires zsh or bash. Register-Completion https://github.com/aliuq/Register-Completion Easy to register tab completions with data structures. Easy to customize. UsefulArgumentCompleters https://github.com/MartinGC94/UsefulArgumentCompleters Module with lots of argument completers for popular commands. PsComplete https://github.com/aciq/pscomplete/ Cross-platform custom powershell autocomplete / tab expansion nvm-completion https://github.com/kamack38/posh-nvm-completion A nvm tab completion for PowerShell. PwshComplete https://github.com/artiga033/Pwsh-Complete Adds tab completion for many commandline tools. chocolatey-tab-completion chocolatey tab-completion module

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts