PSReadLine

Модуль PSReadLine содержит командлеты, позволяющие настроить среду редактирования командной строки в PowerShell.

Было много обновлений PSReadLine с версии, которая поставляется в Windows PowerShell 5.1.

  • версия 2.3.5, впервые отправленная в PowerShell 7.4.2 и 7.5.0-preview.3
  • Версия 2.3.4 впервые отправлена в PowerShell 7.4.0-rc.1
  • Версия 2.2.6, впервые отправленная в PowerShell 7.3.0
  • Версия 2.1.0, впервые отправленная в PowerShell 7.2.5
  • Версия 2.0.4 впервые отправлена в PowerShell 7.0.11
  • Версия 2.0.0 в Windows PowerShell 5.1

Дополнительные сведения о различиях версий см. в about_PSReadLine_Release_Notes.

В этих статьях описана версия 2.0.0 PSReadLine.

PSReadLine

Get-PSReadLineKeyHandler

Gets the key bindings for the PSReadLine module.

Get-PSReadLineOption

Gets values for the options that can be configured.

PSConsoleHostReadLine

This function is the main entry point for PSReadLine.

Remove-PSReadLineKeyHandler

Removes a key binding.

Set-PSReadLineKeyHandler

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

Set-PSReadLineOption

Customizes the behavior of command line editing in PSReadLine.