Skip to content

Statistic table of biggest files and directories #901

@guettli

Description

@guettli

Storage is limited. Sooner or later the space on the android device gets low.

The user needs help for the desicision:

Which parts should not be synchronized in the future, to save disk space?

On the unix shell I use this: du -a | sort -rn | less

Example output of above command on the unix shell:

root@pc> du -ax /etc/ | sort -rn | head
36156   /etc/
18724   /etc/X11
18156   /etc/X11/core
3972    /etc/brltty
1700    /etc/apparmor.d

This lists the biggest entries first.

If you have a list like this, it's easy to find the stuff to delete/stop-to-sync.

I think the best place would be in the context dialog of a directory.

For example "Show disk usage statistic" could be the heading of this new feature.

I can't help you to implent this by writing code.

But if you need feedback on usability: just contact me. I love to help you.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions