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 (249 downloads) |
![]() |
x86_64 (152)* | EPEL 8 (285 downloads) |
![]() |
aarch64 (6)*, x86_64 (8)* | EPEL 9 (36 downloads) |
![]() |
x86_64 (45)* | Fedora 39 (0 downloads) |
![]() |
x86_64 (86)* | Fedora 40 (0 downloads) |
![]() |
aarch64 (8)*, x86_64 (80)* | Fedora 41 (61 downloads) |
![]() |
aarch64 (2)*, x86_64 (39)* | Fedora 42 (26 downloads) |
![]() |
aarch64 (6)*, x86_64 (25)* | Fedora rawhide (236 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable atim/choose
More info about enabling Copr repositories