Filter By

Package Types

Operating System

Categories

Trust Information

By: | 6,261,511 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,492 downloads | Last Updated: 2/16/2019 | Latest Version: 0.1.2

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

By: | 48,286 downloads | Last Updated: 6/4/2020 | Latest Version: 0.2.3

A Scoop tab completion module for PowerShell.

By: | 60,851 downloads | Last Updated: 12/22/2023 | Latest Version: 1.0.1

GUI-style tab-completion menu for PowerShell.

By: | 43,858 downloads | Last Updated: 10/13/2018 | Latest Version: 1.1.0

A module that enhances PowerShell's tab expansion.

By: | 67,380 downloads | Last Updated: 3/19/2025 | Latest Version: 5.4.0

A completion manager for better and simpler use PowerShell completions. It provides a better tab-completion menu to enhance the command line experience. For more information, please visit the project or website: - Website: https://pscompletions.abgox.com - Github: https://github.com/abgox/PSCompletions - Gitee: https://gitee.com/abg... More info

By: | 22,915 downloads | Last Updated: 7/27/2024 | Latest Version: 0.0.28

Cross-platform custom powershell autocomplete / tab expansion

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

Powershell Tab Completion for Vim

By: | 38,693 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: | 822 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,146 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,678 downloads | Last Updated: 3/11/2018 | Latest Version: 1.5

Perforce PowerShell integration. Prompt info and command line autocompletion

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

Tab Completion for azure cli in PowerShell

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

Tab Completion for dnvm in PowerShell

By: | 353 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: | 526 downloads | Last Updated: 6/17/2019 | Latest Version: 0.1.1

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

By: | 1,302 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: | 387 downloads | Last Updated: 4/2/2019 | Latest Version: 1.0.0

A library of argument completers.

By: | 8,818 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,701 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