Skip to content

v1.2.0

Latest
Compare
Choose a tag to compare
@TLINDEN TLINDEN released this 07 May 16:43

What's Changed

  • Refactored and cleaned up the code, made linter happier
  • Fixed bug where using -v w/o a pattern lead to zero output #12
  • Added -F feature to filter by [multiple] columns #13
  • Added highlight lines feature (-L). The colors can be configured in a config file:
    tablizer-hl
    Place the config file to ~/.config/tablizer/config or specify with -f path. Example config:
# supported  colors:
# black, blue,  cyan, darkGray, default, green,  lightBlue, lightCyan,
# lightGreen,   lightMagenta,   lightRed,   lightWhite,   lightYellow,
# magenta, red, white, yellow
BG             = "lightGreen"
FG             = "white"
HighlightBG    = "lightGreen"
HighlightFG    = "white"
NoHighlightBG  = "white"
NoHighlightFG  = "lightGreen"
HighlightHdrBG = "red"
HighlightHdrFG = "white"

The config file is HCL formatted.

Full Changelog: v1.1.0...v1.2.0