the_silver_searcher icon indicating copy to clipboard operation
the_silver_searcher copied to clipboard

Missing ack compatibility for ignoring filetypes with `--no<filetype>`

Open dkaszews opened this issue 4 months ago • 0 comments

With filetypes cc: .c, .h, .xs and hh: .h, I can combine them as ack --cc --nohh to search only C implementation files but not headers. Trying to do the same with ag results in error "unknown option -- nohh". Alternative syntax such as --types +cc,-hh or similar would also be satisfactory.

dkaszews avatar Oct 17 '24 09:10 dkaszews