Filter By
Displaying results 1 - 20 of 22 (Page 1 of 2)
|
By:
|
19,805 downloads
|
Last Updated: 2/16/2019
|
Latest Version: 0.1.2
Provides tab autocompletion of cargo (https://github.com/rust-lang/cargo) |
|
By:
|
49,265 downloads
|
Last Updated: 6/4/2020
|
Latest Version: 0.2.3
A Scoop tab completion module for PowerShell. |
|
By:
|
62,713 downloads
|
Last Updated: 12/22/2023
|
Latest Version: 1.0.1
GUI-style tab-completion menu for PowerShell. |
|
By:
|
45,342 downloads
|
Last Updated: 10/13/2018
|
Latest Version: 1.1.0
A module that enhances PowerShell's tab expansion. |
|
By:
|
87,439 downloads
|
Last Updated: 11/30/2025
|
Latest Version: 6.2.0
A completion manager for a better and simpler tab-completion experience in PowerShell. It provides an enhanced scrollable completion menu with sorting and filtering. - Website: https://pscompletions.abgox.com - Github: https://github.com/abgox/PSCompletions - Gitee: https://gitee.com/abgox/PSCompletions |
|
By:
|
24,575 downloads
|
Last Updated: 7/27/2024
|
Latest Version: 0.0.28
Cross-platform custom powershell autocomplete / tab expansion |
|
By:
|
5,267 downloads
|
Last Updated: 9/22/2020
|
Latest Version: 1.3.2
Powershell Tab Completion for Vim |
|
By:
|
45,201 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:
|
846 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,399 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,340 downloads
|
Last Updated: 12/18/2015
|
Latest Version: 0.1.10
Tab Completion for azure cli in PowerShell |
|
By:
|
371 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,156 downloads
|
Last Updated: 10/19/2015
|
Latest Version: 1.0.0.8
Tab Completion for dnvm in PowerShell |
|
By:
|
1,367 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:
|
543 downloads
|
Last Updated: 6/17/2019
|
Latest Version: 0.1.1
Automatically configures aliases for all git commands, inspired by git-sh. |
|
By:
|
399 downloads
|
Last Updated: 4/2/2019
|
Latest Version: 1.0.0
A library of argument completers. |
|
By:
|
9,236 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,747 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 |