2023-04-12 12:23:24 by pin | Files touched by this commit (3) | ![]() |
Log message: textproc/hck: update to 0.9.2 - clarify and update license - update deps and thirdparty |
2023-01-26 20:40:36 by pin | Files touched by this commit (2) | ![]() |
Log message: textproc/hck: update to 0.9.1 - fix CI |
2023-01-26 20:15:26 by pin | Files touched by this commit (3) | ![]() |
Log message: textproc/hck: update to 0.9.0 v0.9.0 - feat: remove libgit2 dependency v0.8.2 - fix: deb ci v0.8.1 - fix: updated justfile v0.8.0 - Bugfix Fixed output column reordering - Updated deps and added dependabot |
2022-06-08 13:33:43 by pin | Files touched by this commit (3) | ![]() |
Log message: textproc/hck: update to 0.7.5 v0.7.5 [Bugfix] Invalid thirdparty file fixed v0.7.4 [Improvement] Updated deps to get latest gzp and thereby latest flate2, fix thirdparty.yml v0.7.3 [Improvement] Updated deps to get latest gzp and thereby latest flate2 |
2022-05-12 11:35:44 by pin | Files touched by this commit (1) |
Log message: textproc/hck: needs cmake |
2022-05-09 23:52:34 by pin | Files touched by this commit (5) |
Log message: textproc/hck: import pkg hck is a shortening of hack, a rougher form of cut. A close to drop in replacement for cut that can use a regex delimiter instead of a fixed string. Additionally this tool allows for specification of the order of the output columns using the same column selection syntax as cut. No single feature of hck on its own makes it stand out over awk, cut, xsv or other such tools. Where hck excels is making common things easy, such as reordering output fields, or splitting records on a weird delimiter. It is meant to be simple and easy to use while exploring datasets. Think of this as filling a gap between cut and awk. |