Scope environment variable and commands sections in Manpages

This commit is contained in:
Keith Hall
2023-01-28 23:23:39 +02:00
committed by Martin Nordholts
parent 1004018941
commit 52ef1bc0d6
7 changed files with 2165 additions and 16 deletions

View File

@@ -40,7 +40,7 @@
 ables automatic paging (alias for '--style=plain
 --pager=never').
 -l, --language <language>
 -l, --language <language>
 Explicitly set the language for syntax highlighting. The lan
 guage can be specified as a name (like 'C++' or 'LaTeX') or pos
@@ -65,18 +65,18 @@
 --highlight-line 40:
 highlights lines 40 to the end of the file
 --tabs <T>
 --tabs <T>
 Set the tab width to T spaces. Use a width of 0 to pass tabs
 through directly
 --wrap <mode>
 --wrap <mode>
 Specify the text-wrapping mode (*auto*, never, character). The
 '--terminal-width' option can be used in addition to control the
 output width.
 --terminal-width <width>
 --terminal-width <width>
 Explicitly set the width of the terminal instead of determining
 it automatically. If prefixed with '+' or '-', the value will be
@@ -88,18 +88,18 @@
 Only show line numbers, no other decorations. This is an alias
 for '--style=numbers'
 --color <when>
 --color <when>
 Specify when to use colored output. The automatic mode only en
 ables colors if an interactive terminal is detected. Possible
 values: *auto*, never, always.
 --italic-text <when>
 --italic-text <when>
 Specify when to use ANSI sequences for italic text in the out
 put. Possible values: always, *never*.
 --decorations <when>
 --decorations <when>
 Specify when to use the decorations that have been specified via
 '--style'. The automatic mode only enables decorations if an in
@@ -112,7 +112,7 @@
 if the output of bat is piped to another program, but you want
 to keep the colorization/decorations.
 --paging <when>
 --paging <when>
 Specify when to use the pager. To disable the pager, use '--pag
 ing=never' or its alias, -P. To disable the pager permanently,
@@ -120,7 +120,7 @@
 used, see the '--pager' option. Possible values: *auto*, never,
 always.
 --pager <command>
 --pager <command>
 Determine which pager is used. This option will override the
 PAGER and BAT_PAGER environment variables. The default pager is
@@ -135,7 +135,7 @@
 '*.build:Python'. To highlight files named '.myignore' with the
 Git Ignore syntax, use -m '.myignore:Git Ignore'.
 --theme <theme>
 --theme <theme>
 Set the theme for syntax highlighting. Use '--list-themes' to
 see all available themes. To set a default theme, add the
@@ -146,7 +146,7 @@
 Display a list of supported themes for syntax highlighting.
 --style <style-components>
 --style <style-components>
 Configure which elements (line numbers, file headers, grid bor
 ders, Git modifications, ..) to display in addition to the file

View File

@@ -468,12 +468,12 @@
 Note that most options have the opposite versions with --no- prefix.
ENVIRONMENT VARIABLES
 FZF_DEFAULT_COMMAND
 Default command to use when input is tty. On *nix systems, fzf runs the command with $SHELL -c if SHELL is set, otherwise with sh -c, so in this case make sure that the command
 FZF_DEFAULT_COMMAND
 Default command to use when input is tty. On *nix systems, fzf runs the command with $SHELL -c if SHELL is set, otherwise with sh -c, so in this case make sure that the command
 is POSIX-compliant.
 FZF_DEFAULT_OPTS
 Default options. e.g. export FZF_DEFAULT_OPTS="--extended --cycle"
 FZF_DEFAULT_OPTS
 Default options. e.g. export FZF_DEFAULT_OPTS="--extended --cycle"
EXIT STATUS
 0 Normal exit

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff