mirror of
https://codeberg.org/scip/tablizer.git
synced 2025-12-17 04:30:56 +01:00
+docs, try linter v1.18
This commit is contained in:
32
tablizer.1
32
tablizer.1
@@ -446,6 +446,38 @@ To load completions for every new session, run:
|
||||
.Ve
|
||||
.Sp
|
||||
and source this file from your PowerShell profile.
|
||||
.SH "CONFIGURATION AND COLORS"
|
||||
.IX Header "CONFIGURATION AND COLORS"
|
||||
YOu can put certain configuration values into a configuration file in
|
||||
\&\s-1HCL\s0 format. By default tablizer looks for
|
||||
\&\f(CW\*(C`$HOME/.config/tablizer/config\*(C'\fR, but you can provide one using the
|
||||
parameter \f(CW\*(C`\-f\*(C'\fR.
|
||||
.PP
|
||||
In the configuration the following variables can be defined:
|
||||
.PP
|
||||
.Vb 8
|
||||
\& BG = "lightGreen"
|
||||
\& FG = "white"
|
||||
\& HighlightBG = "lightGreen"
|
||||
\& HighlightFG = "white"
|
||||
\& NoHighlightBG = "white"
|
||||
\& NoHighlightFG = "lightGreen"
|
||||
\& HighlightHdrBG = "red"
|
||||
\& HighlightHdrFG = "white"
|
||||
.Ve
|
||||
.PP
|
||||
The following color definitions are available:
|
||||
.PP
|
||||
black, blue, cyan, darkGray, default, green, lightBlue, lightCyan,
|
||||
lightGreen, lightMagenta, lightRed, lightWhite, lightYellow,
|
||||
magenta, red, white, yellow
|
||||
.PP
|
||||
The Variables \fB\s-1FG\s0\fR and \fB\s-1BG\s0\fR are being used to highlight matches. The
|
||||
other *FG and *BG variables are for colored table output (enabled with
|
||||
the \f(CW\*(C`\-L\*(C'\fR parameter).
|
||||
.PP
|
||||
Colorization can be turned off completely either by setting the
|
||||
parameter \f(CW\*(C`\-N\*(C'\fR or the environment variable \fB\s-1NO_COLOR\s0\fR to a true value.
|
||||
.SH "BUGS"
|
||||
.IX Header "BUGS"
|
||||
In order to report a bug, unexpected behavior, feature requests
|
||||
|
||||
Reference in New Issue
Block a user