summaryrefslogtreecommitdiff
path: root/textproc/tuc/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2022-06-09textproc/tuc: downgrade to 0.8.0pin1-2/+3
0.9.0 requires rust-1.61
2022-06-07textproc/tuc: update to 0.9.0pin1-2/+2
[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
2022-05-24textproc/tuc: update to 0.8.0pin1-2/+2
[0.8.0] - 2022-05-23 Add support for --greedy-delimiter Bounds can be formatted Major refactoring for better code maintainability
2022-05-21textproc/tuc: update to 0.7.0pin1-2/+2
[0.7.0] - 2022-05-21 Add support for --join Add support for --lines Add support for --complement Add support for --zero-terminated
2022-05-15textproc/tuc: update to 0.6.0pin1-2/+2
[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
2022-05-03textproc/tuc: import packagepin1-0/+22
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.