-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Cross platform pager using Microsoft.PowerShell.Pager #13405
Copy link
Copy link
Closed
Labels
Issue-Discussionthe issue may not have a clear classification yet. The issue may generate an RFC or may be reclassifthe issue may not have a clear classification yet. The issue may generate an RFC or may be reclassifIssue-Enhancementthe issue is more of a feature request than a bugthe issue is more of a feature request than a bugResolution-No ActivityIssue has had no activity for 6 months or moreIssue has had no activity for 6 months or more
Metadata
Metadata
Assignees
Labels
Issue-Discussionthe issue may not have a clear classification yet. The issue may generate an RFC or may be reclassifthe issue may not have a clear classification yet. The issue may generate an RFC or may be reclassifIssue-Enhancementthe issue is more of a feature request than a bugthe issue is more of a feature request than a bugResolution-No ActivityIssue has had no activity for 6 months or moreIssue has had no activity for 6 months or more
Summary of the new feature/enhancement
We recently released a cross platform pager as a NuGet package
Microsoft.PowerShell.Pager. The intention is to use the Pager forGet-Helpand dynamic help.The has been interest expressed in utilizing the Pager in a more general purpose way.
This issue is to discuss if the Pager should be distributed in some other form. Options on top of my mind in no priority order.
Built-in function or Cmdlet to use as a Pager
Something like, no intention of designing the cmdlet surface here.
.NET global tool or Executable
The behavior will be similar to a native pager like
lessormore.com.Proposed technical implementation details (optional)