mirror of
https://github.com/sharkdp/bat.git
synced 2025-09-21 20:52:26 +01:00
Add --builtin=pager to readme, completions, and man pages
This commit is contained in:
@@ -95,14 +95,15 @@ Options:
|
||||
piped to another program, but you want to keep the colorization/decorations.
|
||||
|
||||
--paging <when>
|
||||
Specify when to use the pager. To disable the pager, use --paging=never' or its
|
||||
Specify when to use the pager. To disable the pager, use '--paging=never' or its
|
||||
alias,'-P'. To disable the pager permanently, set BAT_PAGING to 'never'. To control which
|
||||
pager is used, see the '--pager' option. Possible values: *auto*, never, always.
|
||||
|
||||
--pager <command>
|
||||
Determine which pager is used. This option will override the PAGER and BAT_PAGER
|
||||
environment variables. The default pager is 'less'. To control when the pager is used, see
|
||||
the '--paging' option. Example: '--pager "less -RF"'.
|
||||
environment variables. The default pager is 'less'. If you provide '--pager=builtin', use
|
||||
the built-in 'minus' pager. To control when the pager is used, see the '--paging' option.
|
||||
Example: '--pager "less -RF"'.
|
||||
|
||||
-m, --map-syntax <glob:syntax>
|
||||
Map a glob pattern to an existing syntax name. The glob pattern is matched on the full
|
||||
|
Reference in New Issue
Block a user