PSReadLine
PSReadLine copied to clipboard
A bash inspired readline implementation for PowerShell
### Prerequisites - [x] Write a descriptive title. - [x] Make sure you are able to repro it on the [latest released version](https://www.powershellgallery.com/packages/PSReadLine) - [x] Search the existing issues, especially...
### Prerequisites - [x] Write a descriptive title. - [x] Make sure you are able to repro it on the [latest released version](https://www.powershellgallery.com/packages/PSReadLine) - [x] Search the existing issues, especially...
### Prerequisites - [x] Write a descriptive title. - [x] Make sure you are able to repro it on the [latest released version](https://github.com/PowerShell/PowerShell/releases) - [x] Search the existing issues. -...
# PR Summary Adds new conditions to handle surrogate pairs when calculating the buffer length of a string. Fixes https://github.com/PowerShell/PSReadLine/issues/3857. ## PR Checklist - [X] PR has a meaningful title...
### Prerequisites - [x] Write a descriptive title. ### Description of the new feature/enhancement Tabs are valid in UNIX file paths. However, when pasted into PowerShell running as an interactive...
### Prerequisites - [x] Write a descriptive title. - [x] Make sure you are able to repro it on the [latest released version](https://www.powershellgallery.com/packages/PSReadLine) - [x] Search the existing issues, especially...
### Prerequisites - [X] Write a descriptive title. ### Description of the new feature/enhancement I want the prediction list view to *always* only show 3 lines like it does in...
# PR Summary - Modify the `NextWord` handler to accept the next suggestion word for consistently using the `Ctrl+RightArrow` key - The `Ctrl+RightArrow` now moves the cursor word-by-word for both...
### Prerequisites - [X] Write a descriptive title. - [X] Make sure you are able to repro it on the [latest released version](https://www.powershellgallery.com/packages/PSReadLine) - [X] Search the existing issues, especially...
Related: https://github.com/PowerShell/PSReadLine/issues/859 The re-draw that PSReadLine does is only one aspect that affects accessibility (specifically screen readers that scrape the screen buffer). I would be interested in what users would...