jlog v0.0.7
This release lets you load jq modules from a configurable search path, and target regex matches to any combination of the log message, field keys, or field values.
Changelog
- cae9e59 filter: allow regexps to match any combination of the message, field keys, and field values
- c146a67 filter_test: more carefully test all the highlight cases
- 85e49c6 fuzz: pass in fuzzing time with FUZZTIME
- dfb3d9b go.mod: upgrade gojq
- 4183ae0 jlog: add a tiny bit more test coverage
- 06a87fc jlog: search ~/.jq in addition to ~/.jlog/.jq, etc.
- db1002e jq: allow loading modules; implement highlight as go instead of jq code
- 8268327 main: remove cargo-culted PassDoubleDash; we don't take any args