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. ### Description of the new feature/enhancement It may eventually make sense to have a predictor option to make listview results be "asked"...

Issue-Enhancement
Needs-Triage :mag:
Area-Predictors

### Prerequisites - [X] Write a descriptive title. ### Description of the new feature/enhancement Yanking until given character for -ViMode Command ### Proposed technical implementation details (optional) ViYankToBeforeChar Yanks until...

Issue-Enhancement
VI-Mode

Tab complete does not discover multiple overloaded cmdlet names Environment data ---------------- PS version: 5.1.17704.1000 PSReadline version: 2.0.0-beta2 os: 10.0.17704.1000 (WinBuild.160101.0800) PS file version: 10.0.17704.1000 (WinBuild.160101.0800) Steps to reproduce or...

Issue-Enhancement
Needs-Triage :mag:

Environment data ---------------- ``` PS version: 6.0.1 PSReadline version: 2.0.0-beta1 os: 10.0.16299.15 (WinBuild.160101.0800) PS file version: 6.0.1 ``` Steps to reproduce or exception report -------------------------------------- In custom keybindings, shift is...

Issue-Enhancement
Area-KeyHandlers

Environment data ---------------- ```powershell PS version: 6.1.0-preview.4 PSReadline version: 2.0.0-beta2 os: Linux HILLR2 4.4.0-18204-Microsoft #1001-Microsoft Sat Jul 21 16:57:00 PST 2018 x86_64 x86_64 x86_64 GNU/Linux PS file version: ``` Steps...

Issue-Bug
Area-Accessibility

Sometimes you might want to speed up redo by specifying a repeat count, so e.g. Alt+9Ctrl+y should do 9 redos.

Issue-Enhancement
Area-KeyHandlers

I had some ideas about how to flesh out some of the extensibility APIs. The original motivation was to allow context specific key handler assignments in menus like `MenuComplete`. As...

Issue-Enhancement
Area-KeyHandlers

PSReadLine offers great flexibility and customizability for editing of user input that is _PowerShell code_. It would be great to offer the same for _general-purpose_, _end user_ prompting, possibly by...

Issue-Enhancement

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

Needs-Triage :mag:
In-PR

# PR Summary This PR refactors, the handling of key chords and consolidates the behaviour from Emacs and VI modes into a single consistent function. This PR addresses freedback made...