Differences between revisions 1 and 7 (spanning 6 versions)
Revision 1 as of 2008-12-19 18:41:04
Size: 261
Editor: BrendanCully
Comment: Stub for autopager
Revision 7 as of 2011-08-07 20:12:18
Size: 512
Comment: added note about how to achieve the same result with the pager extension
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
''Author:'' Brodie Rao ''Author:'' [[BrodieRao|Brodie Rao]]
Line 5: Line 5:
Repository URL: http://bitheap.org/hg/autopager/ Repository: http://bitheap.org/hg/autopager/
Line 9: Line 9:
When enabled, this extension will automatically page command output when that output is longer than one screen. It resembles `less -FX`. Advanced version of PagerExtension that knows about screen dimensions. It pages command output through external pager only if the output is longer than one screen.

Obosoleted by [[PagerExtension]]s support for

{{{
  [pager]
  pager = LESS='FSRX' less
}}}

which makes less behave like cat for the usecases autopager was built for.

----
CategoryExtensionsByOthers

Autopager Extension

Author: Brodie Rao

Repository: http://bitheap.org/hg/autopager/

Overview

Advanced version of PagerExtension that knows about screen dimensions. It pages command output through external pager only if the output is longer than one screen.

Obosoleted by PagerExtensions support for

  [pager]
  pager = LESS='FSRX' less

which makes less behave like cat for the usecases autopager was built for.


CategoryExtensionsByOthers

AutopagerExtension (last edited 2013-05-11 01:41:49 by cpe-071-077-042-241)