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://github.com/PowerShell/PowerShell/releases) - [X] Search the existing issues. -...
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...
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...
### 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`...
### 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...
### 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. -...
### 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...
### 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...
### Summary of the new feature / enhancement For example automatic variable:  On screenshot `$ps2count` as a concept of how to use this variable. Nowadays increment of variables (...
### 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"...