rez23 / PowerTab

Tab expansion module for PowerShell. Handles more content and provides a new, optional interface.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PowerTab

Powertab is an extension of the PowerShell tab expansion feature.

Example of PowerTab in use.

PowerTab offers enhanced tab expansion for PowerShell.

Major Features:

  • Context Sensitive - Leverages the PowerShell parser for context appropriate tab expansion.
  • Extensible - Offers extension points for additional contexts, such as other PowerShell modules or native applications, with Tab Expansion Handlers.
  • Supports Many PowerShell Hosts - Works in any PowerShell host that runs tab expansion. See the Host Support page.
  • New Interfaces - Offers several GUI options for displaying tab expansion options using Tab Item Selectors.

Install

Inspect

Save-Module -Name PowerTab -Path <path>

Install

Install-Module -Name PowerTab

Help Index

About

Tab expansion module for PowerShell. Handles more content and provides a new, optional interface.

License:MIT License


Languages

Language:PowerShell 100.0%