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 (250 downloads) |
![]() |
x86_64 (156)* | EPEL 8 (288 downloads) |
![]() |
aarch64 (7)*, x86_64 (9)* | EPEL 9 (38 downloads) |
![]() |
x86_64 (86)* | Fedora 40 (0 downloads) |
![]() |
aarch64 (8)*, x86_64 (81)* | Fedora 41 (64 downloads) |
![]() |
aarch64 (2)*, x86_64 (46)* | Fedora 42 (30 downloads) |
![]() |
aarch64 (8)*, x86_64 (25)* | Fedora rawhide (237 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable atim/choose
More info about enabling Copr repositories