beyondgrep / ack3

ack is a grep-like search tool optimized for source code.
https://beyondgrep.com/
Other
705 stars 66 forks source link

Add specific shell types #380

Open petdance opened 2 months ago

petdance commented 2 months ago

Add --bash and --zsh at least.

petdance commented 1 week ago

Although now that I think of it, this might cause problems. If I say --bash and my bash files are *.sh, despite the shebang, will they get missed?