ack3 icon indicating copy to clipboard operation
ack3 copied to clipboard

ack is a grep-like search tool optimized for source code.

Results 122 ack3 issues
Sort by recently updated
recently updated
newest added

A common use of `ack` is filtering the output of commands like `ps`, `kubectl`, etc. that show column names on the first line: ```console $ ps -a PID TTY TIME...

I'm not sure the best place to put my comments, so making this issue. Feel free to close if you feel it's all well enough represented in other places. I...

feature

https://github.com/beyondgrep/ack3/blob/428a79e314ea0534b39ddad45e53acf2aeeccbf8/garage/ack-v3.1.2#L3457 R and the R ecosystem supports two file types: .R and .Rmd It would be great to support this by default. the necessary code change would be: from `--type-add=rr:ext:R`...

```bash $ ack '[ΑαΒβΓγΔδΕεΖζΗηΘθΙιΚκΛλΜμΝνΞξΟοΠπΡρΣσςΤτΥυΦφΧχΨψΩω]' file.xml 74:

unicode

Affected versions --- * ack + 3.1.2 and later + 3.1.1 and earlier are unaffected. * Perl + Between 5.10 and 5.16 + Earlier than 5.10 is not supported +...

I hope this isn't too naive but I couldn't find anything on it. I have a directory with hundreds of MBs of source code and every search takes a long...

feature

as noted in #99, `ag` SilverSurfer and Perl both support (respectively)` --multiline` or `-000` paragraph mode, as of course does the eponymous one-trick-pony `paragrep` . While this is most obviously...

feature

I am trying to look for the presence of a word containing non-ASCII characters, and this is not possible: ``` ack '\büber' ack -w über ``` The first should find...

unicode

https://asciidoc.org/

filetype

ack doesn't have a `-n`/`--line-number` like grep does. It needs one. Consider backporting it to ack2. Also figure out what it will be called because `-n` is already in use...

feature