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 Allow for alternate sources, which could include a single or multiple documents, a folder of files,...

Issue-Enhancement
Area-Predictors

# PR Summary Use C-e for accepting history suggestions. ## PR Checklist - [x] PR has a meaningful title - Use the present tense and imperative mood when describing your...

# PR Summary Add Ctrl-Alt-b for Emacs style keybinding. This keybinding exists in bash as well and works the same as Alt-Backspace. ## PR Checklist - [x] PR has a...

### Prerequisites - [X] Write a descriptive title. ### Description of the new feature/enhancement An implementation of both IFeedbackProvider and ICommandPredictor can benefit just showing the prediction at the prompt...

Issue-Enhancement
Area-Predictors

Relying on profile.ps1 may not fit scenarios where we want to set-executionpolicy to ban scripts. Would it be possible to populate options from the registry or json file? I would...

Issue-Enhancement

When Set-PSReadLineOption is used, that data is only for the current session. I am unable to force configuration outside of the profile.ps1. This is handy when for instance -HistorySaveStyle needs...

Issue-Enhancement
Not-Planned

## Environment ```none PS version: 7.1.4 PSReadline version: 2.1.0 os: 10.0.19041.1 (WinBuild.160101.0800) PS file version: 7.1.4.0 HostName: ConsoleHost (Windows Terminal) BufferWidth: 120 BufferHeight: 30 ``` ## Exception report N/A ##...

Issue-Bug
Area-Stability

### Description of the new feature/enhancement PowerShell users should expect that the most relevant predictions are displayed first in ListView. This issue proposes changing the sort order of predictions to...

Issue-Enhancement
Issue-Triaged
Area-Predictors

### Prerequisites - [X] Write a descriptive title. ### Description of the new feature/enhancement Currently, in pwsh if you want to make alias of a command + args you need...

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

Issue-Bug
Area-KeyHandlers