PowerTab

1.0.0

A module that enhances PowerShell's tab expansion.

Minimum PowerShell version

3.0

Installation Options

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

Install-Module -Name PowerTab -RequiredVersion 1.0.0

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

Install-PSResource -Name PowerTab -Version 1.0.0

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

Package Details

Author(s)

  • Jason Archer

Tags

productivity tabexpansion tab-completion

Functions

Get-TabExpansion Add-TabExpansion Remove-TabExpansion Add-TabExpansionComputer Remove-TabExpansionComputer Update-TabExpansionCom Add-TabExpansionType Update-TabExpansionType Update-TabExpansionWmi Invoke-TabExpansion Register-TabExpansion New-TabItem New-TabExpansionConfig Import-TabExpansionConfig Export-TabExpansionConfig New-TabExpansionDatabase Import-TabExpansionDataBase Export-TabExpansionDatabase Update-TabExpansionDataBase Import-TabExpansionTheme Export-TabExpansionTheme Invoke-TabExpansionEditor Find-TabExpansionType Resolve-TabExpansionParameterValue

Dependencies

This module has no dependencies.

Release Notes

## 2018-01-XX - Version 1.0.0

Features:

- Some compatibility changes for PowerShell Core
 - Removed Intellisense Item Selector
- Console history from PSReadline used if available
- Added support for new parameters
 - Workflow names
 - Get-Help -Parameter
 - *-Event -SourceIdentifier
 - Get-Command -Noun
 - Receive-Job -Location
 - WMI parameters
 - New-Object -ArgumentList (display syntax for constructors)
 - Parameters of type Bool
 - ConvertTo-HTML calculated properties
- Added support for assignments to enum variables
- Added array functions from PowerShell v3.0
- Remove parameters already used for parameter completion
- New History and Trace logs for PowerTab usage
- ConsoleList
 - New color theme based on CMD

Bug Fixes:

- General compatiblity fixes with latest PowerShell versions
 - Fix display issue with TrueType fonts
 - Only loaded commands are shown for PowerShell 3.0 and later
- Compatibility fixes with PowerShell Core and non-Windows OSes
 - NOTE: This is not fully tested but full compatibility is a goal
- Consistency fixes for behavior compared to default PowerShell tab expansion
 - Many small fixes for provider paths
- Get-Command <TAB> now includes scripts from $env:PATH
- PowerTab now recognizes automatic aliases for Get-* commands

Detailed list available here:
https://github.com/jasonmarcher/PowerTab/milestone/1?closed=1

FileList

Version History

Version Downloads Last updated
1.1.0 10,280 10/13/2018
1.0.0 (current version) 367 1/30/2018