Filter By
Displaying results 1 - 5 of 5 (Page 1 of 1)
|
By:
|
84,939 downloads
|
Last Updated: 11/5/2025
|
Latest Version: 5.10.1
A completion manager for better and simpler use completions in PowerShell. 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/... More info |
|
By:
|
9,200 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,265 downloads
|
Last Updated: 9/22/2020
|
Latest Version: 1.3.2
Powershell Tab Completion for Vim |
|
By:
|
1,363 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:
|
347 downloads
|
Last Updated: 1/15/2024
|
Latest Version: 1.0.0
The script adds completers for: Connect-Mdbc -DatabaseName .. -CollectionName .. Add-MdbcData New-MdbcData Export-MdbcData -Property .., .. Get-MdbcDatabase Get-MdbcCollection Remove-MdbcDatabase Remove-MdbcCollection Rename-MdbcCollection [-Name] .. How to use: * PowerShell v5 native Invoke Mdbc.ArgumentCompleters.ps1, e.g. i... More info |