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. - [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:

…Confirm # PR Summary ## PR Checklist - [ ] PR has a meaningful title - Use the present tense and imperative mood when describing your changes - [ ]...

This is an issue migrated from https://github.com/PowerShell/PowerShell/issues/12475. # Steps to reproduce On linux, type anything that may show the candidates list and then press tab and `Ctrl-C` ```powershell syst 🕙[...

Not-Planned
Needs-Triage :mag:
Area-Stability

### Prerequisites - [X] Write a descriptive title. ### Description of the new feature/enhancement Currently, invoking the `ViEditVisually` function fails with no feedback other than a beep: * if neither...

Issue-Enhancement
Needs-Triage :mag:

### Prerequisites - [X] Write a descriptive title. ### Description of the new feature/enhancement Currently `$env:VISUAL` / `$env:EDITOR` may only contain an executable name or path, not also _options_. However,...

Issue-Enhancement
Needs-Triage :mag:

### Prerequisites - [X] Write a descriptive title. ### Description of the new feature/enhancement The PowerShell parser adds nested tokens when parsing command names with variables/subexpressions but don't actually evaluate...

Issue-Enhancement
Needs-Triage :mag:

Regarding the existing `MenuComplete` function (`Ctrl+Space`) and the new "F2" history menu, a couple of requests: 1. Can we expose these menus as _commands_ to make them usable by other...

Issue-Enhancement
Not-Planned

### Prerequisites - [X] Write a descriptive title. ### Description of the new feature/enhancement The Alt+A key that navigates between parameters doesn't properly handle parameters from posix-friendly apps like the...

Issue-Enhancement
Needs-Triage :mag:

# PR Summary Adds the Ctrl+Enter key binding for Linux that defaults to AcceptLine. This allows PSReadLine to work by default on Linux terminals like Alacritty (in tmux) where a...

I'm using **Autohotkey** to suppress the annoying menukey functionality of the Alt key (selecting menu items on a single press of Alt). However, in PowerShell with PSReadline enabled it prints...

Needs-Triage :mag:
Needs-Attention :wave: