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?
-- Wyatt Zacharias
"tree" ? It's ASCII-art graphical, but otherwise has options to do what you wrote.
Sean
On Wed, Sep 30, 2015 at 10:24 AM, Wyatt Zacharias wyatt@magitech.ca 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?
-- Wyatt Zacharias
Roundtable mailing list Roundtable@muug.mb.ca http://www.muug.mb.ca/mailman/listinfo/roundtable
Sort of yes, but I"m looking for something prettier. Tree doesn't do a very good job of visualizing how symlinks connect various directories across the tree. I'm looking for something with arrows and boxes, or something similar.
-- Wyatt Zacharias
On Wed, Sep 30, 2015 at 9:37 AM, Sean Walberg sean@ertw.com wrote:
"tree" ? It's ASCII-art graphical, but otherwise has options to do what you wrote.
Sean
On Wed, Sep 30, 2015 at 10:24 AM, Wyatt Zacharias wyatt@magitech.ca 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?
-- Wyatt Zacharias
Roundtable mailing list Roundtable@muug.mb.ca http://www.muug.mb.ca/mailman/listinfo/roundtable
-- Sean Walberg sean@ertw.com http://ertw.com/
Roundtable mailing list Roundtable@muug.mb.ca http://www.muug.mb.ca/mailman/listinfo/roundtable
Midnight Commander ? It is sort of interactive though, won't stop at a depth.
-- Grigory Shamov
From: <roundtable-bounces@muug.mb.camailto:roundtable-bounces@muug.mb.ca> on behalf of Wyatt Zacharias <wyatt@magitech.camailto:wyatt@magitech.ca> Reply-To: Continuation of Round Table discussion <roundtable@muug.mb.camailto:roundtable@muug.mb.ca> Date: Wednesday, 30 September, 2015 9:45 AM To: Continuation of Round Table discussion <roundtable@muug.mb.camailto:roundtable@muug.mb.ca> Subject: Re: [RndTbl] Folder tree visualization
Sort of yes, but I"m looking for something prettier. Tree doesn't do a very good job of visualizing how symlinks connect various directories across the tree. I'm looking for something with arrows and boxes, or something similar.
-- Wyatt Zacharias
On Wed, Sep 30, 2015 at 9:37 AM, Sean Walberg <sean@ertw.commailto:sean@ertw.com> wrote: "tree" ? It's ASCII-art graphical, but otherwise has options to do what you wrote.
Sean
On Wed, Sep 30, 2015 at 10:24 AM, Wyatt Zacharias <wyatt@magitech.camailto:wyatt@magitech.ca> 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?
-- Wyatt Zacharias
_______________________________________________ Roundtable mailing list Roundtable@muug.mb.camailto:Roundtable@muug.mb.ca http://www.muug.mb.ca/mailman/listinfo/roundtable
-- Sean Walberg <sean@ertw.commailto:sean@ertw.com> http://ertw.com/
_______________________________________________ Roundtable mailing list Roundtable@muug.mb.camailto:Roundtable@muug.mb.ca http://www.muug.mb.ca/mailman/listinfo/roundtable
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.