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

Show cumulative directory size in status bar #1887

Open
fn-ix opened this issue Mar 23, 2020 · 7 comments
Open

Show cumulative directory size in status bar #1887

fn-ix opened this issue Mar 23, 2020 · 7 comments

Comments

@fn-ix
Copy link

fn-ix commented Mar 23, 2020

Hello! I would like to know if it's possible to show the cumulative size (files plus folders) of the current directory in the status bar as opposed to just the sum file size.

@toonn
Copy link
Member

toonn commented Mar 23, 2020

Maybe with the autoupdate_cumulative_size option or the command.

@fn-ix
Copy link
Author

fn-ix commented Mar 24, 2020

I set in the config and it made no difference. I believe this was discussed before in #540.

@toonn
Copy link
Member

toonn commented Mar 24, 2020

You set the option and ran dc?

@fn-ix
Copy link
Author

fn-ix commented Mar 26, 2020

Well, dc just shows the cumulative size for the active selection; I would like the size indicator in the status bar in the bottom to show the cumulative size for the current folder as opposed to just the total file size.

@toonn
Copy link
Member

toonn commented Mar 26, 2020

Yeah but does it not after you press dc?

@fn-ix
Copy link
Author

fn-ix commented Mar 26, 2020

No, it only applies to the selected folders; there's no change in the status bar. In terms of functionality, of course I can just go up one level and dc the folder I want, but I would like to see it by default for the current folder in the status bar. I guess a bottleneck can be the indexing, as running dc on a large folder can visibly take some time.

@abitrolly
Copy link

dc updates left side of the status bar with the size of the current folder.

Left side of status bar before dc.
image
Left side of status bar after dc.
image

The problem now that there is no way to get back to file count.

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

No branches or pull requests

3 participants