30 Sep
2015
30 Sep
'15
8:37 p.m.
On 2015-09-30 Wyatt Zacharias wrote:
Does anyone know of a graphical folder tree visualization tool? Specifically one that can recognize symbolic links, and can stop at a specified folder depth?
I've had great luck and fun with graphviz lately (and it's "dot" program). It's super easy to generate graphs in a script. I used it the other day to graph rpm dependencies (in both directions!). I could probably write something to do what you want very quickly, if you can't find a ready-made solution.