Ability to filter scan by file type/extension?
On a server with user uploaded content, it'd be useful to do some analysis by knowing a breakdown of disk size by file type, although sometimes it's preferable to just query a particular extension(s), such as for image or archive file formats.
This seems to be a rare feature for some reason among similar projects, I'm unsure why. At best it's usually the ability to exclude directories or files/extensions.
I could imagine that kind of functionality in a separate 'statistics pane' even, which could leverage the in-memory directory tree for fast analysis.
Something I could also imagine is to output the entire tree as list for parsing by other programs - these could then leverage fast filesystem traversal while allowing people to do the statistics they need easily. The latter is definitely faster to implement.