dua-cli icon indicating copy to clipboard operation
dua-cli copied to clipboard

Feature: show free space on current mount point

Open ww7 opened this issue 7 months ago • 1 comments

Top and bottom status line shows the number of files and total size, additionally would be nice to see a free space on the currently opened path in GiB and percentage.

ww7 avatar Jan 08 '24 18:01 ww7

The difficulty here seems to be getting the mount points, as I know no crate that would reliably do that on multiple platforms. To me it's fine to only implement such a thing on platforms where this is straightforward to implement.

I know the trash-rs crate has some code for that as well.

Byron avatar Jan 09 '24 06:01 Byron