summaryrefslogtreecommitdiff
path: root/textproc/hck
AgeCommit message (Collapse)AuthorFilesLines
2022-06-08textproc/hck: update to 0.7.5pin3-71/+71
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-12textproc/hck: needs cmakepin1-1/+3
2022-05-09textproc/hck: import pkgpin5-0/+494
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.