dutree - Recursively summarizes disk usage
“dutree” is an utility to recursively scan directories and files and summarize their disk usage. The program serves the same purpose as du but displays the result as a tree, and uses gauges to visually represent the used disk space . More features and options are planned for future releases. The program is released under the GPLv3+. Click the image to the right for a larger screenshot.
Downloads
v0.1.1 (August 15th, 2008)
Added disk usage gauge (displays graphically how much space each entry uses compared to the total), and added support for a --max-depth=N argument. This is still an early release, and you’ll need to know how to build using a simple Makefile.
- dutree-0.1.1.tar.bz2 (Linux source)
- readme.txt
v0.1.0 (August 1st, 2008)
This is an early release mainly targeted at developers who know how to build using a simple Makefile. “Release early, release often,” as they say. Still the program is fully functional in its current implementation.
- dutree-0.1.0.tar.bz2 (Linux source)
- readme.txt
