Reply::Plugin::Pager - command to automatically open long results in a pager
Contents
Copyright And License
This software is Copyright (c) 2016 by Jesse Luehrs.
This is free software, licensed under:
The MIT (X11) License
perl v5.34.0 2022-06-17 Reply::Plugin::Pager(3pm)
Description
This plugin notices when too much output is going to be displayed as the result of an expression, and
automatically loads the result into a pager instead.
The "pager" option can be specified to provide a different pager to use, otherwise it will use the value
of $ENV{PAGER}.
Name
Reply::Plugin::Pager - command to automatically open long results in a pager
Synopsis
; .replyrc
[Pager]
pager = less
Version
version 0.42
