1Reply::Plugin::Pager(3)User Contributed Perl DocumentatioRneply::Plugin::Pager(3)
2
3
4

NAME

6       Reply::Plugin::Pager - command to automatically open long results in a
7       pager
8

VERSION

10       version 0.42
11

SYNOPSIS

13         ; .replyrc
14         [Pager]
15         pager = less
16

DESCRIPTION

18       This plugin notices when too much output is going to be displayed as
19       the result of an expression, and automatically loads the result into a
20       pager instead.
21
22       The "pager" option can be specified to provide a different pager to
23       use, otherwise it will use the value of $ENV{PAGER}.
24

AUTHOR

26       Jesse Luehrs <doy@tozt.net>
27
29       This software is Copyright (c) 2016 by Jesse Luehrs.
30
31       This is free software, licensed under:
32
33         The MIT (X11) License
34
35
36
37perl v5.32.0                      2020-07-28           Reply::Plugin::Pager(3)
Impressum