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

Get root level folders sizes #26

Open
exadeci opened this issue May 2, 2020 · 3 comments
Open

Get root level folders sizes #26

exadeci opened this issue May 2, 2020 · 3 comments
Assignees

Comments

@exadeci
Copy link

exadeci commented May 2, 2020

Is your feature request related to a problem? Please describe.
I'd like to be able to get the size of each subfolder of the first depth.

Describe the solution you'd like
http://url.com/books
art/ Total: 11.82 MiB|
computers/ Total: 102 MiB|
|Dirs: 1 Ext: 1|Total: 10|Total: 113.82 MiB|

@KoalaBear84
Copy link
Owner

Hmm, I see I never responded. Yes.. I would like something like this too.

That you can supply the .json file or so, or RFC5854 like in #20

But don't have any time currently to get it done.

@Chaphasilor
Copy link
Contributor

@KoalaBear84 are you using recursive calls for scanning? If yes, you could simply use the results of the subfolder scans to create this list.
And then maybe output another table, like the "Top 5 Extensions", maybe "5 Largest Directories"? It could list name, size and amount of files...

@KoalaBear84
Copy link
Owner

It's somewhat recursive. Maybe will work. But too busy.

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

No branches or pull requests

3 participants