Description
This is choose, a human-friendly and fast alternative to awk and cut.
Features
- terse field selection syntax similar to Python's list slices
- negative indexing from end of line
- optional start/end index
- zero-indexed
- reverse ranges
- slightly faster than cut for sufficiently long inputs, much faster than awk
- regular expression field separators using Rust's regex syntax
Installation Instructions
# dnf copr enable atim/choose
# dnf install choose
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
Release | Architectures | Repo Download |
---|---|---|
EPEL 7 | x86_64 (28)* | EPEL 7 (230 downloads) |
EPEL 8 | x86_64 (88)* | EPEL 8 (232 downloads) |
EPEL 9 | aarch64 (0)*, x86_64 (4)* | EPEL 9 (10 downloads) |
Fedora 38 | x86_64 (49)* | Fedora 38 (0 downloads) |
Fedora 39 | x86_64 (38)* | Fedora 39 (52 downloads) |
Fedora 40 | x86_64 (69)* | Fedora 40 (60 downloads) |
Fedora 41 | aarch64 (0)*, x86_64 (29)* | Fedora 41 (12 downloads) |
Fedora rawhide | aarch64 (0)*, x86_64 (20)* | Fedora rawhide (218 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable atim/choose
More info about enabling Copr repositories