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

Environment data ---------------- Name Value ---- ----- PSVersion 6.1.0 PSEdition Core GitCommitId 6.1.0 OS Microsoft Windows 10.0.17763 Platform Win32NT PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...} PSRemotingProtocolVersion 2.3 SerializationVersion 1.1.0.1 WSManStackVersion 3.0...

Issue-Enhancement
Not-Planned
Area-HistoryImprovements

### Prerequisites - [X] Write a descriptive title. ### Description of the new feature/enhancement When I was exploring some of the coloring options available in PSReadLine I was confused when...

Issue-Enhancement

Environment data ---------------- PS version: 6.2.0-preview.4 PSReadline version: 2.0.0-beta3 os: 10.0.18836.1002 (WinBuild.160101.0800) PS file version: 6.2.0 Steps to reproduce or exception report -------------------------------------- Enable Narrator on Windows. Start typing in...

Area-Accessibility

Related to [issue 845](https://github.com/lzybkr/PSReadLine/issues/845). On Linux, when using a [light terminal colour scheme](https://ethanschoonover.com/solarized/), certain text elements are almost invisible. The biggest offenders I've noticed are the command history prompt (`bck-i-search:`)...

Area-Accessibility

The `[Microsoft.PowerShell.KeyHandler]` instances output by `Get-PSReadlineKeyHandler` can currently not be used to later restore that handler (after temporarily installing a different handler), if the original handler was based on custom...

Issue-Enhancement
Area-KeyHandlers

Some tests fail when running in Azure DevOps environment. These tests do not fail when run on a dev machine. As part of fixing this, it would also be nice...

Needs-Triage :mag:

Environment data ---------------- **AppVeyor Build: 1.0.553** ``` PS version: 5.1.17763.316 PSReadline version: 2.0.0-beta4, **AppVeyor Build: 1.0.553** os: 10.0.17763.1 (WinBuild.160101.0800) PS file version: 10.0.17763.1 (WinBuild.160101.0800) ``` and ``` PS version: 6.2.0...

Issue-Bug
Area-KeyHandlers

After typing a few words, pressing Alt + 3 then Ctrl + W should delete 3 words, but it only deletes one with PS version 6.2.0 and PSReadline version 2.0.0-beta3...

Issue-Bug
Area-KeyHandlers

I would like a setting that would let me keep a tooltip visible for the command (or method) signature that I'm currently typing, like this: ![image](https://user-images.githubusercontent.com/192942/66679885-4b2e5a80-ec3d-11e9-96f5-6a9c47dcb970.png) Right now I can...

Issue-Enhancement
Area-InteractiveAssistance

Environment data ---------------- ```powershell PS version: 7.0.0-preview.1 PSReadline version: 2.0.0-beta4 os: 10.0.18362.1 (WinBuild.160101.0800) PS file version: 7.0.0.0 BufferWidth: 180 BufferHeight: 9999 ``` Steps to reproduce or exception report -------------------------------------- Note:...

Needs-More Investigation