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

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name posh-HumpCompletion

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name posh-HumpCompletion

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(c) 2017 Stuart Leeks. All rights reserved.

Package Details

Author(s)

  • Stuart Leeks

Tags

tab-completion completion

Functions

TabExpansion2,Start-HumpCompletion,Stop-HumpCompletion,Clear-HumpCompletionCommandCache

Dependencies

This module has no dependencies.

FileList

Version History

Version Downloads Last updated
0.4.1 (current version) 610 4/30/2018
0.4.0 210 5/26/2017
0.3.0 21 5/26/2017
0.2.0 307 5/23/2016
0.1.4 108 1/20/2016
0.1.3 50 11/30/2015
0.1.1 19 11/30/2015
0.0.11 25 11/25/2015
0.0.10 19 11/25/2015
0.0.9 29 11/2/2015
Show more