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...
### 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...
_From @garegin16 on September 4, 2016 14:53_ I didn't try other linuxes, but the default typing color for centos 7 in gnome terminal is yellow. _Copied from original issue: PowerShell/PowerShell#2183_
### Prerequisites - [x] Write a descriptive title. ### Description of the new feature/enhancement PSFzf exposes an alternative to MenuComplete using fzf's fuzzy matching menu. Just like MenuComplete, fzf's menu...
Currently, editing and selecting text, like expressions or file paths, in the PowerShell REPL is quite cumbersome because only letters (Regex `\w` character group) are considered word boundaries. I would...
### 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 you can do both: ```powershell Set-PSReadLineOption -ViModeIndicator Cursor ``` and, ```powershell Set-PSReadLineOption -ViModeIndicator Prompt ```...
### 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...