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...
### Summary of the new feature / enhancement Say I have the following command written out (where "|" represents the cursor position): ``` foo --bar "ack"| ``` If I hit...
### 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 Could history search (ReverseSearchHistory and ForwardSearchHistory) i.e. `Ctrl+r` (optionally) use the Prediction UI list view and...
### Prerequisites - [X] Write a descriptive title. ### Description of the new feature/enhancement Currently, for said functions to recognize a parameter and jump to the relevant section in the...
### 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. ### Description of the new feature/enhancement The GNU `readline` has `clear-display` command since [version 8.1](https://tiswww.case.edu/php/chet/readline/CHANGES#:~:text=key%20sequences.%0A%0Ae.-,rl%2Dclear%2Ddisplay,-%3A%20new%20bindable%20command), about four years. > `clear-display (M-C-l)` >...
### Prerequisites - [x] Write a descriptive title. ### Description of the new feature/enhancement Hello! Will be great if PSReadline will get the cursor moving patterns similar to VSCode commands...