Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to filter scan by file type/extension? #100

Open
polarathene opened this issue Aug 9, 2021 · 1 comment
Open

Ability to filter scan by file type/extension? #100

polarathene opened this issue Aug 9, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@polarathene
Copy link

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.

@Byron Byron added the enhancement New feature or request label Aug 10, 2021
@Byron
Copy link
Owner

Byron commented Aug 10, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants