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 (33)* | EPEL 7 (255 downloads) |
![]() |
x86_64 (162)* | EPEL 8 (297 downloads) |
![]() |
aarch64 (7)*, x86_64 (9)* | EPEL 9 (43 downloads) |
![]() |
x86_64 (88)* | Fedora 40 (0 downloads) |
![]() |
aarch64 (8)*, x86_64 (81)* | Fedora 41 (71 downloads) |
![]() |
aarch64 (6)*, x86_64 (50)* | Fedora 42 (40 downloads) |
![]() |
aarch64 (0)*, x86_64 (0)* | Fedora 43 (0 downloads) |
![]() |
aarch64 (8)*, x86_64 (29)* | Fedora rawhide (244 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable atim/choose
More info about enabling Copr repositories