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 (245 downloads) |
![]() |
x86_64 (145)* | EPEL 8 (276 downloads) |
![]() |
aarch64 (6)*, x86_64 (8)* | EPEL 9 (30 downloads) |
![]() |
x86_64 (45)* | Fedora 39 (0 downloads) |
![]() |
x86_64 (82)* | Fedora 40 (88 downloads) |
![]() |
aarch64 (7)*, x86_64 (80)* | Fedora 41 (56 downloads) |
![]() |
aarch64 (2)*, x86_64 (28)* | Fedora 42 (17 downloads) |
![]() |
aarch64 (6)*, x86_64 (24)* | Fedora rawhide (231 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable atim/choose
More info about enabling Copr repositories