Skip to content

Latest commit

 

History

History
61 lines (46 loc) · 2 KB

PSReadLine.md

File metadata and controls

61 lines (46 loc) · 2 KB
Download Help Link Help Version Locale Module Guid Module Name ms.date schema title
7.4.0.0
en-US
5714753b-2afd-4492-a5fd-01d9e2cff8b5
PSReadLine
09/17/2024
2.0.0
PSReadLine

PSReadLine Module

Description

The PSReadLine module contains cmdlets that let you customize the command-line editing environment in PowerShell.

There have been many updates to PSReadLine since the version that ships in Windows PowerShell 5.1.

  • v2.3.5 first shipped in PowerShell 7.4.2 and 7.5.0-preview.3
  • v2.3.4 first shipped in PowerShell 7.4.0-rc.1
  • v2.2.6 first shipped in PowerShell 7.3.0
  • v2.1.0 first shipped in PowerShell 7.2.5
  • v2.0.4 first shipped in PowerShell 7.0.11
  • v2.0.0 ships in Windows PowerShell 5.1

For more information about version differences, see about_PSReadLine_Release_Notes.

These articles document version 2.3.5 of PSReadLine.

Note

Beginning with PowerShell 7.0, PowerShell skips auto-loading PSReadLine on Windows if a screen reader program is detected. Currently, PSReadLine doesn't work well with the screen readers. The default rendering and formatting of PowerShell 7.0 on Windows works properly. You can manually load the module if necessary.

PSReadLine Cmdlets

The main entry point for PSReadLine.

Gets the key bindings for the PSReadLine module.

Gets values for the options that can be configured.

This function is the main entry point for PSReadLine.

Removes a key binding.

Binds keys to user-defined or PSReadLine key handler functions.

Customizes the behavior of command line editing in PSReadLine.