PSReadLine
PSReadLine 模組包含 Cmdlet,可讓您在 PowerShell 中自定義命令行編輯環境。
自 Windows PowerShell 5.1 隨附的版本以來,PSReadLine 有許多更新。
- PowerShell 7.4.0 隨附於 PSReadLine 2.3.4
- PowerShell 7.3.0 隨附於 PSReadLine 2.2.6
- PowerShell 7.2.5 隨附於 PSReadLine 2.1.0
- PowerShell 7.0.11 隨附於 PSReadLine 2.0.4
- PowerShell 5.1 隨附於 PSReadLine 2.0.0
這些文章文件檔 2.3.4 版的 PSReadLine。
注意
從 PowerShell 7.0 開始,如果偵測到螢幕助讀程式程式,PowerShell 會略過 Windows 上的自動載入 PSReadLine。 目前,PSReadLine 不適用於螢幕助讀程式。 Windows 上 PowerShell 7.0 的預設轉譯和格式設定可正常運作。 您可以視需要手動載入模組。
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. |