Live data from Hacker News

QDirStat – Treemap Visualization of Directory Statistics

github.com

41–49 of 49 posts

Re: QDirStat – Treemap Visualization of Directory Statistics

#41
post #5

Similar tool for windows: https://windirstat.net

Here's WizTree which is similar to WinDirStat but runs much faster: http://antibody-software.com/web/software/software/wiztree-f...

It's very fast, thanks for the recommendation. It's about page says it's so fast because it reads the NTFS' MFT directly. And it's written in Delphi.

Re: QDirStat – Treemap Visualization of Directory Statistics

#42
post #17

Gosh there are a lot of these programs, aren't there? For some reason I find it really hard to read these tree map visualisations. I know the theory and all that, but for me they just aren't an intuitive way of displaying that kind of information. For me a radial graph (i.e. pie chart like) is much easier to grok - I don't even have to think about it, I just get it. Seems like there must be plenty of people who don't…

The problem with radial graphs is that files get visually larger if you move them to a directory deeper. They're fine for a single layer, but not hierarchical.

Re: QDirStat – Treemap Visualization of Directory Statistics

#43
post #9

Earlier quoted context omitted.

ncdu works well and is pretty fast.

Yeah i use it all the time and is one of the programs that makes me question my use of GUIs for anything beyond media players and web browsing.

Terminal based music players: https://opensource.com/life/16/8/3-command-line-music-player...

cmus, MOC, and mpg123/ogg123

I know what you mean. I'm building a terminal-based semantic web app after having started out in Ruby on Rails because I was finding I couldn't think about the app itself because of all the web stuff getting in the way not to mention prevaricating about what front-end framework to use and to Webpack or not Webpack and on and on. I would use a console version of Rails in a flash.

Re: QDirStat – Treemap Visualization of Directory Statistics

#44
post #25
post #3

Anything like this, but ncurses based?

My google-fu is failing me, but there is a tool that can parse the output of du and present it graphically (written in Tk I think) which can be useful for headless systems.

Spaceradar supports this feature https://github.com/zz85/space-radar#reading-from-a-file-

Re: QDirStat – Treemap Visualization of Directory Statistics

#45
post #6

For Linux/KDE: https://en.wikipedia.org/wiki/Filelight I find it looks better and it has some dolphin (file manager) integration.

QDirStat —it's original code, by the same author— is actually part of KDE. Just open Konqueror, visit a directory and select View -> View Mode -> File Size View.

Re: QDirStat – Treemap Visualization of Directory Statistics

#46

Similar tool for windows: https://windirstat.net

For Windows my favorite tool is SpaceMonger version 1.4 (last freeware version). For some reason I find the layout algorithm very pleasing and the nesting easy to read. Other apps tend to put too many little rectangles too close together and it becomes unclear which files belong to which directory. Also I really dislike the popular "pillow" effect.

Re: QDirStat – Treemap Visualization of Directory Statistics

#47
post #17

Gosh there are a lot of these programs, aren't there? For some reason I find it really hard to read these tree map visualisations. I know the theory and all that, but for me they just aren't an intuitive way of displaying that kind of information. For me a radial graph (i.e. pie chart like) is much easier to grok - I don't even have to think about it, I just get it. Seems like there must be plenty of people who don't…

The DaisyDisk website is surprisingly ugly and does not do their app justice. Here's what the app looks like: http://www.creativeapplications.net/wp-content/uploads/2009/... Ever since I've ditched macOS I've been waiting to find a similarly designed app for Windows. EDIT: Just tried Diskitude, but it's unfortunately nothing like DaisyDisk. It doesn't do the same drill-down DD does.

OverDisk works on windows, has a very small portable binary and does similar sunburst charts: https://overdisk.jaleco.com/

It hasn't been updated since a long time, but it works decently.

Post reply on HN