0.5.0
- Add windows and macos support.
- Improve reporting of config parse errors.
- Implement
size
andlines
conditions checking file size and number if lines respectively. - Support complex globs with quotes and escapes (like in shell, e.g.
"program output "\[[0-9]\].txt
which would matchprogram output [1].txt
).