Size: 261
Comment: Stub for autopager
|
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.