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 |
---|---|---|
![]() |
x86_64 (32)* | EPEL 7 (239 downloads) |
![]() |
x86_64 (122)* | EPEL 8 (259 downloads) |
![]() |
aarch64 (6)*, x86_64 (8)* | EPEL 9 (23 downloads) |
![]() |
x86_64 (44)* | Fedora 39 (0 downloads) |
![]() |
x86_64 (81)* | Fedora 40 (80 downloads) |
![]() |
aarch64 (6)*, x86_64 (67)* | Fedora 41 (48 downloads) |
![]() |
aarch64 (0)*, x86_64 (2)* | Fedora 42 (5 downloads) |
![]() |
aarch64 (5)*, x86_64 (24)* | Fedora rawhide (226 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable atim/choose
More info about enabling Copr repositories