Skip to content

Add catz, nmatch, auto-schemas

Compare
Choose a tag to compare
@c-blake c-blake released this 29 Jun 17:18
· 342 commits to main since this release

catz is a one-stop shopping way to decode/decompress many common formats.

nmatch is useful for analyzing file formats - it simply prefixes a line with the number of pattern matches within it.

nio inferT can now generate a (provisional) parsing schema for you based on parsability within some representative input file, if you have one. Also, strip leading & trailing whitespace while parsing.