Path to this page:
./
textproc/tuc,
When cut doesnt cut it
Branch: CURRENT,
Version: 0.8.0,
Package name: tuc-0.8.0,
Maintainer: pkgsrc-userstuc (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.
Master sites:
Filesize: 26.011 KB
Version history: (Expand)
- (2022-06-09) Updated to version: tuc-0.8.0
- (2022-06-07) Updated to version: tuc-0.9.0
- (2022-05-24) Updated to version: tuc-0.8.0
- (2022-05-22) Updated to version: tuc-0.7.0
- (2022-05-15) Updated to version: tuc-0.6.0
- (2022-05-03) Package added to pkgsrc.se, version tuc-0.5.0 (created)
CVS history: (Expand)
2022-06-09 09:58:58 by pin | Files touched by this commit (3) |
Log message:
textproc/tuc: downgrade to 0.8.0
0.9.0 requires rust-1.61
|
2022-06-07 12:13:04 by pin | Files touched by this commit (3) |  |
Log message:
textproc/tuc: update to 0.9.0
[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-24 10:55:39 by pin | Files touched by this commit (2) |  |
Log message:
textproc/tuc: update to 0.8.0
[0.8.0] - 2022-05-23
Add support for --greedy-delimiter
Bounds can be formatted
Major refactoring for better code maintainability
|
2022-05-21 23:09:44 by pin | Files touched by this commit (2) |  |
Log message:
textproc/tuc: update to 0.7.0
[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-15 08:45:09 by pin | Files touched by this commit (3) |  |
Log message:
textproc/tuc: update to 0.6.0
[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-03 15:01:05 by pin | Files touched by this commit (5) |
Log message:
textproc/tuc: import package
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.
|