複数の単語を複数の色でハイライト

Posted on:

ovは複数の単語を複数の色でハイライトできます。

ov --multi-color "ERROR.*,WARN,INFO,DEBUG,not,^.{24}" access.log

multi-color.png multi-color.png

入力方法

正規表現をスペースで区切って入力します。 スペースを含む場合は、引用符で囲みます。

  • .(デフォルトキー) でmulticolorの入力モードになります。
ERROR.* WARN "error is"

カスタマイズ

色(スタイル)はカスタマイズ可能です。 github customizeを参照してください。

StyleMultiColorHighlight:
  - Foreground: "red"
  - Foreground: "aqua"
  - Foreground: "yellow"
  - Foreground: "fuchsia"
  - Foreground: "lime"
  - Foreground: "blue"
  - Foreground: "grey"