| Age | Commit message (Collapse) | Author | Files | Lines |
|
0.9.0 requires rust-1.61
|
|
[0.9.0] - 2022-06-05
-breaking: --lines output each bound on their own line
-feat: --regex support
-feat: minor tuning of buffers
-feat: internal improvements for --lines
-fix: right side of a range can be negative
-fix: emit proper error if right side of a range is behind left side
-fix: --lines with negative indexes were broken
-fix: --greedy-delimiter was cutting wrongly lines starting with delimiter
|
|
[0.8.0] - 2022-05-23
Add support for --greedy-delimiter
Bounds can be formatted
Major refactoring for better code maintainability
|
|
[0.7.0] - 2022-05-21
Add support for --join
Add support for --lines
Add support for --complement
Add support for --zero-terminated
|
|
[0.6.0] - 2022-05-13
Add split-by-byte using --bytes
Add split-by-character using --characters
Faster performance when -p (compress delimiters) is on
Faster performance when reading the input
CI now fails if the linter is not satisfied
Reviewd CI/release actions, simpler, faster
Release binaries for ARM too
|
|
tuc (when cut doesn't cut it)
We've all been there. You want to cut some string on a delimiter repeated in
a non-deterministic way. Maybe you even want to use negative indexes or replace
the delimiters in the cut part with something else... That's where tuc can help.
|