Path to this page:
./
textproc/hck,
Sharp cut(1) clone
Branch: CURRENT,
Version: 0.9.1,
Package name: hck-0.9.1,
Maintainer: pinhck 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.
Required to build:[
devel/cmake] [
lang/rust]
Master sites:
Filesize: 69.942 KB
Version history: (Expand)
- (2023-01-26) Updated to version: hck-0.9.1
- (2022-06-08) Updated to version: hck-0.7.5
- (2022-05-10) Package added to pkgsrc.se, version hck-0.7.2 (created)
CVS history: (Expand)
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.
|