PSReadLine icon indicating copy to clipboard operation
PSReadLine copied to clipboard

A bash inspired readline implementation for PowerShell

Results 145 PSReadLine issues
Sort by recently updated
recently updated
newest added

### 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...

Needs-Triage :mag:

### 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...

Needs-Triage :mag:

### 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. -...

Needs-Triage :mag:

# 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...

Issue-Enhancement
Needs-Triage :mag:

### 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...

Needs-Triage :mag:

### 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...

Issue-Enhancement
Needs-Triage :mag:

# 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...

Needs-Triage :mag:

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...

Issue-Enhancement
Area-Accessibility