posh-HumpCompletion
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-DscConfiguration, Get-DomainContr
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-DscConfiguration, Get-DomainController etc.
Show more
Minimum PowerShell version
3.0
Installation Options
Owners
Copyright
(c) 2017 Stuart Leeks. All rights reserved.
Package Details
Author(s)
- Stuart Leeks
Tags
Functions
TabExpansion2,Start-HumpCompletion,Stop-HumpCompletion,Clear-HumpCompletionCommandCache
Dependencies
This module has no dependencies.
FileList
- posh-HumpCompletion.nuspec
- BuildPackage.ps1
- chocolateyInstall.ps1
- chocolateyUninstall.ps1
- common.ps1
- DeploySteps.md
- DevInstall.ps1
- posh-HumpCompletion.ps1
- posh-HumpCompletion.psd1
- posh-HumpCompletion.psm1
- posh-HumpCompletion.tests.ps1
- RunPester.ps1