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

When I set a hotkey for `AcceptAndGetNext` I expect to be able to replay a few commands from history in order, by just pressing it repeatedly, but it keeps skipping...

Issue-Bug
Area-KeyHandlers

This is a continuation of https://github.com/PowerShell/PSReadLine/issues/981 There are several language elements in Powershell that aren't covered by the current syntax highlighter. Since PSReadline uses AST, the list of possible elements...

Issue-Enhancement
Area-InteractiveAssistance

Commands like `New-AzResourceGroupDeployment` have inherent logical separations based on the capitalisation through out the command name and it would be useful to be able to just highlight `Deployment` or `ResourceGroup`...

Issue-Enhancement
Up-for-Grabs
Area-KeyHandlers

Hello I want to know if I can use PSReadLine as a .NET library for creating a customized REPL for F#.NET. This module already has tons of useful features like...

Issue-Enhancement
Not-Planned

I am already testing the future release of PowerShell 7 with support for ternary operator. At present, neither the `?` or the `:` are highlighted special. Should they be? Currently,...

Area-InteractiveAssistance

The following documentation item would seem to imply that `SaveIncrementally` would allow the history to be used between sessions immediately. > -- SaveIncrementally: save history after each command is executed...

Not-Planned
Needs-More Investigation
Area-HistoryImprovements

## Environment ```none PS version: 7.0.0-rc.3 PSReadline version: 2.0.0 os: Linux antares 5.4.0-4-amd64 #1 SMP Debian 5.4.19-1 (2020-02-13) x86_64 GNU/Linux PS file version: 7.0.0.0 HostName: ConsoleHost BufferWidth: 120 BufferHeight: 50...

Issue-Usability
Area-Stability

The [Microsoft.PowerShell.PSConsoleReadLine]::AddToHistory method makes it really easy to add a command to the history. Is there a corresponding method to remove a command from the history? I would like to...

Issue-Enhancement
Not-Planned

### Prerequisites - [X] Write a descriptive title. ### Description of the new feature/enhancement When you invoke the `ShowParameterHelp` function (bound to Alt+h by default), the parameter description that prints...

Issue-Enhancement
Area-CommandHelp

## Environment ```none PS version: 7.1.4 PSReadline version: 2.1.0 os: 10.0.19041.1165 (WinBuild.160101.0800) PS file version: 7.1.4.0 HostName: ConsoleHost BufferWidth: 120 BufferHeight: 9001 ``` ## Steps to reproduce Open powershell 7.1.4...

Needs-Attention :wave:
Issue-KeyboardLayout
In-PR