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:

### Prerequisites - [X] Write a descriptive title. ### Description of the new feature/enhancement I work in a Linux/Windows hybrid environment where I try to minimize the cognitive load while...

Issue-Enhancement
Area-HistoryImprovements

## Environment ```none PSReadLine: 2.1.0 PowerShell: 7.1.3 OS: Darwin 20.5.0 Darwin Kernel Version 20.5.0: Sat May 8 05:10:33 PDT 2021; root:xnu-7195.121.3~9/RELEASE_X86_64 BufferWidth: 176 BufferHeight: 91 ``` ## Exception report iTerm...

Issue-Bug
Needs-More Investigation
issue-mutex

## Description of the new feature/enhancement For some readline experiences, they support this concept of [paste bracketing](https://cirw.in/blog/bracketed-paste). The idea is simple: * First, the shell emits `esc[?2004h` * This tells...

Issue-Enhancement
Needs-More Investigation

When using programs(`less`, `fzf` etc.), that emit to alternate buffers, inside `ScriptBlock`, there is no display of the program buffer. For Eg: ``` Set-PSReadLineKeyHandler -Chord Ctrl+o -ScriptBlock { less foo.txt...

Issue-Question

## Description of the new feature/enhancement You can bind a key sequence like `j,k` to a function or script block by `Set-PSReadLineKeyHandler -Key 'j,k' -ViMode Insert -Function ViCommandMode`, but a...

Issue-Enhancement
Not-Planned
Area-KeyHandlers

### Prerequisites - [X] Write a descriptive title. ### Description of the new feature/enhancement Expose the number of items shown in command completion list [`ListViewMaxHeight`](https://github.com/PowerShell/PSReadLine/blob/ff4bbd5ee0e2dea7d72e0adb43d64a3f07c0e7e1/PSReadLine/Prediction.Views.cs#L216) as a $PSReadLine variable to...

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

## Environment ```none PS version: 7.0.0-rc.2 PSReadline version: 2.0.0-rc2'; ProjectUri = 'https://github.com/PowerShell/PSReadLine os: 10.0.18362.1 (WinBuild.160101.0800) PS file version: 7.0.0.0 HostName: ConsoleHost BufferWidth: 136 BufferHeight: 9000 ``` ## Steps to reproduce...

Issue-Bug
Area-HistoryImprovements

### Prerequisites - [X] Write a descriptive title. ### Description of the new feature/enhancement This issue is to follow up on https://github.com/PowerShell/PSReadLine/pull/3583#discussion_r1109181920, the discussion about what to make configurable about...

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

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

Issue-Bug
Needs-Attention :wave: