Commit Graph

16 Commits (cli)
 

Author SHA1 Message Date
Avril b8723cc8d0
Merged old-interface colourised extra help + feature info.
2 days ago
Avril e2358483c9
Fixed colour output being printed to non-TTY outputs & to `NO_COLOR` environments.
5 days ago
Avril 003986677f
Finished pretty-formatting of extra info in help message (about version & enabled features.)
5 days ago
Avril c830b1728b
Deferred comptime string concatenation in cases where near-duplicate strings would end up in the binary with no performance benefit from not having the extra indirection in printing. (See `ext::disjoint!` macro.)
6 days ago
Avril d31d09366f
Added extra info in old interface help message (about version & enabled features.)
1 week ago
Avril 8d7f9399d2
`GroupConfig`: Added some documentation explaining fields & defaults.
1 week ago
Avril 3b1299c176
old interface: Added more efficient flow of output `stdout` object(s) through main branches. Internal buffer is flushed into lock before it is dropped in the `-` case, & only the non-locked handle is flushed in the cli-string case.
1 week ago
Avril 765270feaf
Remove unneccisary multi-`stdout` locking. Added internal buffering.
1 week ago
Avril 4539f87528
Added `GroupConfig` argument to `print_groups()`: Configurable group printing delimiters (default: Field delim (specified groups) <TAB>-literal, Line delim (input strings) <LF>-literal.)
1 week ago
Avril e6c0714575
Added multi-group printing (to old interface.)
2 weeks ago
Avril bcdbec60ca
Started PCRE2 dep-updated Cli refactor
2 weeks ago
Avril 6a74f54a26
Imported cli-refactor's `args.rs` (for future CLI refactor) with PCRE2 dependency update.
2 weeks ago
Avril 100b3a9afd
Switched PCRE backend to **much** better PCRE2 library. (Allows for concurrency directly, etc.)
2 weeks ago
Avril d9ad1bafdf
read from stdin
5 years ago
Avril ab97713013
added feature "perl": use pcre
5 years ago
Avril 5eb377769e
Initial commit
5 years ago