beyondgrep / ack2

**ack 2 is no longer being maintained. ack 3 is the latest version.**
https://github.com/beyondgrep/ack3/
Other
1.48k stars 138 forks source link

New option idea: --tree #314

Closed hoelzro closed 7 years ago

hoelzro commented 11 years ago

This is probably too silly and unnecessary, but I think that having a --tree option would be kinda neat. If you're not familiar with it, the tree command recursively lists files under the current directory in a pretty tree-like format. For example:

tree

The --tree option would duplicate this logic for the -f, -g, and -l options.

petdance commented 7 years ago

Cool idea but I really don't wanna add it.