Skip to content

allows for regexes in filter conditions

Compare
Choose a tag to compare
@jtorjo jtorjo released this 07 Sep 13:46
· 600 commits to master since this release
  • filters now can match regexes as well. in fact, by default, they work as regexes. If you say:
    $[part-of-line] some-regex-expression, it works as regex.
    Example:
    $msg \breading\b
    • will match all lines containing the word 'reading'