Filter By

Package Types

Operating System

Categories

Trust Information

By: | 6,609,902 downloads | Last Updated: 3/31/2022 | Latest Version: 1.1.0

Provides prompt with Git status summary information and tab completion for Git commands, parameters, remotes and branch names.

By: | 19,955 downloads | Last Updated: 2/16/2019 | Latest Version: 0.1.2

Provides tab autocompletion of cargo (https://github.com/rust-lang/cargo)

By: | 49,504 downloads | Last Updated: 6/4/2020 | Latest Version: 0.2.3

A Scoop tab completion module for PowerShell.

By: | 62,815 downloads | Last Updated: 12/22/2023 | Latest Version: 1.0.1

GUI-style tab-completion menu for PowerShell.

By: | 45,406 downloads | Last Updated: 10/13/2018 | Latest Version: 1.1.0

A module that enhances PowerShell's tab expansion.

By: | 24,611 downloads | Last Updated: 7/27/2024 | Latest Version: 0.0.28

Cross-platform custom powershell autocomplete / tab expansion

By: | 5,287 downloads | Last Updated: 9/22/2020 | Latest Version: 1.3.2

Powershell Tab Completion for Vim

By: | 45,707 downloads | Last Updated: 6/21/2016 | Latest Version: 1.2

TabExpansionPlusPlus extends the tab expansion and Intellisense features of PowerShell to help make PowerShell scripters more productive. You can easily create your own custom argument completers. There are many examples included in the module for many commands you may already use.

By: | 862 downloads | Last Updated: 5/13/2020 | Latest Version: 0.1.1

Provides samrt tab completion for conda commands, parameters, remotes and branch names.

By: | 4,434 downloads | Last Updated: 1/17/2023 | Latest Version: 0.2.0

Proxy command around Set-Location and its aliases to defer import of posh-git until one is in a git directory.

By: | 1,721 downloads | Last Updated: 3/11/2018 | Latest Version: 1.5

Perforce PowerShell integration. Prompt info and command line autocompletion

By: | 385 downloads | Last Updated: 7/13/2020 | Latest Version: 1.7.3

Provides prompt with Git status summary information and tab completion for Git commands, parameters, remotes and branch names.

By: | 1,351 downloads | Last Updated: 12/18/2015 | Latest Version: 0.1.10

Tab Completion for azure cli in PowerShell

By: | 1,169 downloads | Last Updated: 10/19/2015 | Latest Version: 1.0.0.8

Tab Completion for dnvm in PowerShell

By: | 95,651 downloads | Last Updated: 2/24/2026 | Latest Version: 6.6.1

A completion manager for a better and simpler tab-completion experience in PowerShell. It provides a more powerful module completion menu with sorting and filtering. - Website: https://pscompletions.abgox.com - Github: https://github.com/abgox/PSCompletions - Gitee: https://gitee.com/abgox/PSCompletions

By: | 557 downloads | Last Updated: 6/17/2019 | Latest Version: 0.1.1

Automatically configures aliases for all git commands, inspired by git-sh.

By: | 1,385 downloads | Last Updated: 11/19/2023 | Latest Version: 1.0.8

The script replaces the built-in function TabExpansion2, creates the table TabExpansionOptions, and does nothing else. Initialization is performed on the first code completion via profiles *ArgumentCompleters.ps1. $TabExpansionOptions consists of empty entries: CustomArgumentCompleters = @{} NativeArgumentCompleters = @{} ResultProcessors = @(... More info

By: | 410 downloads | Last Updated: 4/2/2019 | Latest Version: 1.0.0

A library of argument completers.

By: | 9,317 downloads | Last Updated: 11/22/2020 | Latest Version: 1.0.4

The script registers Invoke-Build completers for parameters Task and File. Completers can be used with: * PowerShell v5 native Register-ArgumentCompleter Simply invoke Invoke-Build.ArgumentCompleters.ps1, e.g. in a profile. * TabExpansion2.ps1 https://www.powershellgallery.com/packages/TabExpansion2 Put Invoke-Build.ArgumentCompleters.ps1 to the... More info

By: | 5,759 downloads | Last Updated: 4/30/2018 | Latest Version: 0.4.1

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-DscConfigurat... More info