• Stars
    star
    107
  • Rank 323,587 (Top 7 %)
  • Language
    PowerShell
  • License
    MIT License
  • Created almost 7 years ago
  • Updated over 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

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