mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03:00
[PR #104] [CLOSED] Dir size is the count of children not disk size #305
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?
📋 Pull Request Information
Original PR: https://github.com/bootandy/dust/pull/104
Author: @lespea
Created: 8/11/2020
Status: ❌ Closed
Base:
master← Head:filecount📝 Commits (6)
1a69e5bDir size is the count of children not disk sizeda7e76fCorrect spacing for non-filecounts8eecc01Merge branch 'master' of https://github.com/bootandy/dust into filecountdcc66f3Bit more output from testsbd7d4baTry to get the term formatting right10b06ddBetter fix📊 Changes
6 files changed (+243 additions, -231 deletions)
View changed files
📝
Cargo.lock(+107 -188)📝
Cargo.toml(+7 -6)📝
src/display.rs(+77 -26)📝
src/main.rs(+9 -0)📝
src/utils/mod.rs(+5 -1)📝
tests/tests.rs(+38 -10)📄 Description
Implements #103
Since I was added a new dep, I also sorted/updated the existing deps. If you want me to not do that in this PR I'll revert and just add the new dep.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.