freebsd-ports/textproc/choose/pkg-descr
Hiroki Tagato 37f2a178de textproc/choose: add port: Human-friendly and fast alternative to cut and (sometimes) awk
This is choose, a human-friendly and fast alternative to cut and
(sometimes) awk.

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
- aslightly faster than cut for sufficiently long inputs, much faster
  than awk
- regular expression field separators using Rust's regex syntax

WWW: https://github.com/theryangeary/choose
2023-02-27 20:33:39 +09:00

13 lines
396 B
Plaintext

This is choose, a human-friendly and fast alternative to cut and
(sometimes) awk.
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
- aslightly faster than cut for sufficiently long inputs, much faster
than awk
- regular expression field separators using Rust's regex syntax