PSReadLine
PSReadLine copied to clipboard
A bash inspired readline implementation for PowerShell
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...
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...
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`...
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...
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,...
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...
## 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...
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...
### 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...
## 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...