mirror of
https://github.com/sigoden/dufs.git
synced 2026-04-08 16:49:02 +03:00
[GH-ISSUE #525] Feature request: account for hidden files when displaying directory size #306
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @AnonymousRand on GitHub (Jan 7, 2025).
Original GitHub issue: https://github.com/sigoden/dufs/issues/525
Currently, if a directory contains 2 files and 1 of them is hidden, for example, the directory's size is still displayed as "2 items", while ideally it should display "1 item".
I know this is a very minor QoL change, so if it ends up being very difficult or inefficient to implement, feel free to ignore this suggestion.