PSReadLine
PSReadLine copied to clipboard
A bash inspired readline implementation for PowerShell
# PR Summary This PR aims to improve the tab completion experience when using the MenuComplete function in filesystem providers (or analogous providers). It targets 2 bugs and streamlines inconsistent...
### 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...
I have installed Powershell in my Kde Neon terminal, "Konsole". And although some of the keyboard shortcuts for PSReadline works the shortcut that interests me the most for "SelectCommandargument" does...
### 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 **Currently:** "To ensure a responsive user experience, the ICommandPredictor interface has a 20ms time out for...
Environment data ---------------- ```powershell PSReadline version: 2.0.0-beta3 Windows ``` This applies to all extant versions of Powershell. Steps to reproduce or exception report -------------------------------------- There are a number of user...
### 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 Currently, if the edit mode is set to Vi, `ValidateAndAcceptLine` works only in insert mode. This...
## Description of the new feature/enhancement Inspired by `zsh`'s plugin `zsh-syntax-highlighting`, the feature that coloring existing cmdlets, functions, script files, or executable programs with green and non-existing ones with red....
### 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...