6

Is there an application (ideally for Mac) that would allow you to visualize / display graphically all the files and sub-directories within a directory?

Oliver Salzburg
  • 89,072
  • 65
  • 269
  • 311
Josh
  • 63

4 Answers4

4

I use a program called Disk Inventory X. It has served me well for quite a while. And it's free :)

http://www.derlien.com/assets/main.jpg http://www.derlien.com/assets/main.jpg

JoshP
  • 2,263
  • 3
  • 22
  • 28
2

If you don't mind working from the command line, the tree command does what you want. It's more or less standard on Linux and comes with Windows. I gather it's not installed by default on the Mac, but it's easy to obtain.

0

GrandPerspectiv works on OSX and is updated as of December 2018. It's also free and open source! Wonderful!

GrandPerspectiv

0

Similar to @Josh's answer but for Windows, SequoiaView is a free tool that does a squarified treemap visualization of your directory structure.

enter image description here

edallme
  • 216