The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

NAME

Term::ShellKit::AutoPager - Paging for STDOUT

SYNOPSIS

> perl -MTerm::ShellKit -eshell
Term::ShellKit: Starting interactive shell
Term::ShellKit> kit AutoPager
Activating Term::ShellKit::AutoPager
Term::ShellKit> help
NAME
Term::ShellKit::Commands - Basic shell functions
SYNOPSIS
> perl -MTerm::ShellKit -eshell
[more]
Term::ShellKit: Starting interactive shell
Term::ShellKit> eval join ', ', 1 .. 10
1, 2, 3, 4, 5, 6, 7, 8, 9, 10
[more]

DESCRIPTION

Loading this module causes Term::ShellKit to buffer printed output, and to run any lengthy results through more or your preferred pager program.

SEE ALSO

Term::ShellKit