Pager
Pager copied to clipboard
Project for console pager, which is published as a NuGet package Microsoft.PowerShell.Pager
### Prerequisites - [X] Write a descriptive title. ### Description of the new feature/enhancement The new dynamic help is nice - pressing F1 on a cmdlet or parameter - but...
Solves this issue with clearing the scrolling backbuffer. https://github.com/PowerShell/Pager/issues/24 The issue was that Console.Clear somehow was clearing all buffers.
## Motivation Oftentimes, the output of a command is too large to fit on a single screen. Customers need the ability to scroll forward and back through the content for...
### 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...
I am currently using: PowerShell 7.2.1 PSReadLine 2.2.2 (with PredictionViewStyle ListView, if it matters) Cmder 1.3.19 oh-my-posh 7.23.0 (if it matters) I can use the F1 shortcut to get the...
### Synopsis As a daily terminal user, I have developed my own preferences for how to interact with my tools. Being a `vim` user, I tend to gravitate towards that...
when scrolling the text flickers, the whole buffer goes blank and is repainted. it's especially noticeable when trying to scroll up when the buffer is already at the top of...
The regex pattern that is passed should be compared as case-insensitive. This removed the need of the pattern to contain both cases.
When the content is over continuing to press the down arrow key keeps on scrolling the buffer. The expectation is that it will stop after the last line of the...