Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Jun 14, 2024. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Pager

The `Pager` is a cross platform terminal utility to view content one screen at a time.
The content are shown on an alternate screen buffer.
It currently supports scrolling up and down using arrow keys and returning the primary screen buffer using `Q`.
The content is shown on an alternate screen buffer.
It currently supports scrolling up and down using arrow keys and returning to the primary screen buffer using `Q`.

The `Pager` is available as a NuGet package `Microsoft.PowerShell.Pager` on [NuGet.org](https://www.nuget.org/packages/Microsoft.PowerShell.Pager/).

Expand Down