mirror of
https://codeberg.org/scip/tablizer.git
synced 2026-02-04 18:30:58 +01:00
updated documentation
This commit is contained in:
@@ -20,6 +20,7 @@ SYNOPSIS
|
||||
-F, --filter <field[!]=reg> Filter given field with regex, can be used multiple times
|
||||
-T, --transpose-columns string Transpose the speficied columns (separated by ,)
|
||||
-R, --regex-transposer </from/to/> Apply /search/replace/ regexp to fields given in -T
|
||||
-K --regex-colorizer /from/color/ colorize pattern of output (color: fg[:bg])
|
||||
-j, --json Read JSON input (must be array of hashes)
|
||||
-I, --interactive Interactively filter and select rows
|
||||
-g, --auto-headers Generate headers if there are none present in input
|
||||
@@ -467,9 +468,20 @@ CONFIGURATION AND COLORS
|
||||
lightGreen, lightMagenta, lightRed, lightWhite, lightYellow, magenta,
|
||||
red, white, yellow
|
||||
|
||||
The Variables FG and BG are being used to highlight matches. The other
|
||||
*FG and *BG variables are for colored table output (enabled with the
|
||||
"-L" parameter).
|
||||
but you may also use HTML color codes without the hash sign.
|
||||
|
||||
The Variables FG and BG are being used to highlight matching rows. The
|
||||
other *FG and *BG variables are for colored table output (enabled with
|
||||
the "-L" parameter).
|
||||
|
||||
You can also use the option "-K" to colorize particular patterns, not
|
||||
whole lines. The option can be given multiple times and expects the
|
||||
following parameter:
|
||||
|
||||
-K '/regex/foreground[:background]/
|
||||
|
||||
that is, background color is optional. This colorization will applied on
|
||||
top of any previous colorizations, if any.
|
||||
|
||||
Colorization can be turned off completely either by setting the
|
||||
parameter "-N" or the environment variable NO_COLOR to a true value.
|
||||
@@ -531,6 +543,7 @@ Operational Flags:
|
||||
-F, --filter <field[!]=reg> Filter given field with regex, can be used multiple times
|
||||
-T, --transpose-columns string Transpose the speficied columns (separated by ,)
|
||||
-R, --regex-transposer </from/to/> Apply /search/replace/ regexp to fields given in -T
|
||||
-K --regex-colorizer /from/color/ colorize pattern of output (color: fg[:bg])
|
||||
-j, --json Read JSON input (must be array of hashes)
|
||||
-I, --interactive Interactively filter and select rows
|
||||
-g, --auto-headers Generate headers if there are none present in input
|
||||
|
||||
Reference in New Issue
Block a user