Differences between revisions 1 and 8 (spanning 7 versions)
Revision 1 as of 2008-12-19 18:41:04
Size: 261
Editor: BrendanCully
Comment: Stub for autopager
Revision 8 as of 2013-05-11 01:41:49
Size: 509
Editor: cpe-071-077-042-241
Comment: Spelling correction and formatting
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
''Author:'' [[BrodieRao|Brodie Rao]]
Line 3: Line 4:
''Author:'' Brodie Rao

Repository URL: http://bitheap.org/hg/autopager/
Repository: http://bitheap.org/hg/autopager/
Line 8: Line 7:
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.
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`. Obsoleted by PagerExtension's support for

{{{
  [pager]
  pager = LESS='FSRX' less
}}}
which makes `less` behave like `cat` for the use-cases `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.

Obsoleted by PagerExtension's support for

  [pager]
  pager = LESS='FSRX' less

which makes less behave like cat for the use-cases autopager was built for.


CategoryExtensionsByOthers

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