ack3
ack3 copied to clipboard
ack is a grep-like search tool optimized for source code.
All the timing infrastructure for dev is based on the code repo for the Parrot language. Parrot is [offically inactive](http://www.parrot.org/news/inactive-parrot) and I suspect the code base may disappear. We should...
An idea that I had that would be *very* useful and kind of straightforward to implement (still lots of special cases sadly) would be a color search. Let's say I...
Please include support for the [Haxe](https://haxe.org/) source code filetype. Haxe source code files end in .hx. Thanks so much for ack!! (BTW, just upgraded to 3.0.2 after having used v2.02...
More cases that we should warn against: `ack -w \bfoo\b` because the \b will conflict with -w.
re FAQ and *--nofilter* on https://github.com/beyondgrep/ack2/issues/649 -- I agree this is an ack2 FAQ candidate. but for *ack3*, I think we should make it work headless: explicit file(s) or directory(s)...
We have --with-filename, but not --without-filename (we use --no-filename). Should we at least add --without-filename?
In the Slack we've discussed `--and` a few times, and most recently it was favorable, but never opened a ticket, so here is one. `--and $pattern` opens a can of...
If a user is curious about which files ack will examine, they can specify `-f`. If they're curious about which types apply to a file, they can specify `--show-types`. However,...
Ack, grep, and other programs sensibly print `--` between groups of context (`-A/-B/-C`). However, it would be nice to disable the `--` with an option especially when the output will...
There are some builtin --ignore-files that I'd like to override (specifically not searching minified files), but there doesn't seem to be an easy way to do that (i.e. where I...