Bill Ricker
Bill Ricker
**My mistake**, i did not remember i had added the following to my `.ackrc` years ago ! ``` # add TEXT, CSV, etc. --type-set=txt:ext:txt --type-set=csv:ext:csv,tdf ``` which caused `ack --help-types`...
*Use Case* -- This is searching tab-, space-, comma-, or whatever-delimited data files, subsuming the function of [`csv-grep`](https://metacpan.org/dist/App-CSVUtils/view/script/csv-grep) (which if we don't list on the alternatives BeyondGrep page we should!)...
since the email thread leading to this ticket has demonstrated there **is** a usecase / job-rôle where searching minified JavaScript (or equivalently minified CSS) would be the _normal_ preference, not...
Ability to use **ack** type filters in **xargs** mode is some setting i'd use. Our filters are more expressive than e.g. `find`s.
this is consistent with the behavior of `ack -f --noperl *.pl` but one can argue that according to _Principle of Least Surprise_, we're consistently _wrong_, that file type filters should...
On Wed, Nov 23, 2022 at 2:44 PM Tim Hutton ***@***.***> wrote: > Is the text in the content of a video tag the ALT text? I thought that was...
I've always been fond of XML::Twig for plucking bits from XML. step 0. Omit all but latest version per date. step 1. Culling just Group Name and Status into a...
meantime, is the [RSS](https://www.theperlreview.com/perl-cve-atom.xml) feed working properly? I suggest not? It's still reporting `CVE-2022-44542` Nov. '22 (updated Dec. '22) as latest; would expect [CVE-2023-31486 HTTP::Tiny 0.082](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-31486) to be latest on...
Ahh! (Thanks for quick reply!) From the documentation i was expecting the _Nothing New Today_ "daily" message if there was nothing added recently, _not_ the newest thing neither ignored or...
XREF - `**pcre2grep**` is a follow on to the **`pcregrep`** , added in #48 ; - was mentioned as being Unicode compatible in https://github.com/beyondgrep/ack3/issues/349#issuecomment-1148117205 - Multi-line capability, adding of to...