Filter By
Displaying results 1 - 5 of 5 (Page 1 of 1)
By:
|
23,815 downloads
|
Last Updated: 12/13/2024
|
Latest Version: 5.2.1
A completion manager for better and simpler use PowerShell completions. It provides a better GUI-style tab-completion menu to enhance the command line experience. For more information, please visit the project or website: - Website: https://pscompletions.pages.dev - Github: https://github.com/abgox/PSCompletions - Gitee: https://git... More info |
By:
|
8,570 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:
|
3,773 downloads
|
Last Updated: 9/22/2020
|
Latest Version: 1.3.2
Powershell Tab Completion for Vim |
By:
|
1,043 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:
|
150 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 |