次の方法で共有


PSReadline Module

PSReadline モジュールには、PowerShell のコマンド ライン編集環境をカスタマイズできるコマンドレットが含まれています。 これらの記事では、PSReadline v1.2 について説明します。 このバージョンは、PowerShell v5.1 以前で出荷されます。

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.