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://github.com/PowerShell/PowerShell/releases) - [X] Search the existing issues. -...

Needs-Triage :mag:
Area-Accessibility

This option hasn't been working in the last couple of Windows 10 builds dating back to build 10130 I think. I can workaround this for now by not using this...

Issue-Bug

Is it possible to use forward or reverse search history with a bit of fuzzy logic? Also, is it possible to do partial matches across the entire line? I ask...

Issue-Enhancement
Area-HistoryImprovements

### Prerequisites - [X] Write a descriptive title. ### Description of the new feature/enhancement Trying out the newly-default inline prediction, and particularly combined with https://github.com/PowerShell/CompletionPredictor, I wanted to have `Tab`...

Issue-Enhancement
Area-Predictors

### Prerequisites - [X] Write a descriptive title. ### Description of the new feature/enhancement Today, the tooltip rendering uses ` to view all` message to instruct a user when the...

Issue-Enhancement
Area-Predictors

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

Issue-Bug
Needs-Triage :mag:

### Prerequisites - [X] Write a descriptive title. ### Description of the new feature/enhancement This is not a feature request that has a clear description and expectation, but more of...

Issue-Enhancement
Area-Predictors

### Summary of the new feature / enhancement Often I remember some elements of former command lines. However when I used the forward/backward search capability, I have usually to go...

Issue-Enhancement
Area-HistoryImprovements

### Summary of the new feature / enhancement For example automatic variable: ![ArcoLinux_2023-05-13_21-53-00](https://github.com/PowerShell/PowerShell/assets/78153320/9ea1179c-6783-4ad4-8176-f1386eda9f7e) On screenshot `$ps2count` as a concept of how to use this variable. Nowadays increment of variables (...

Issue-Enhancement

### Prerequisites - [X] Write a descriptive title. ### Description of the new feature/enhancement As alluded to in #584, PSRL should support vim "text-objects". Consider supporting the di' and di"...

Issue-Enhancement
VI-Mode
In-PR