quartz-utils documentation
CHANGELOG
0.0.4
New commands:
crlf2lf
: Convert CRLF to LF
lf2crlf
: Convert LF to CRLF
Changes:
stripansi
doesn’t add an ending line feed anymore (uses
print
instead of
puts
)
0.0.3
New command:
stripansi
: Remove ANSI escape sequences
0.0.2
Chore: just a new release to try a CI fix for release workflow.
0.0.1
First release.