[PR #104] [CLOSED] Dir size is the count of children not disk size #305

Closed
opened 2026-06-08 11:26:58 +03:00 by zhus · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bootandy/dust/pull/104
Author: @lespea
Created: 8/11/2020
Status: Closed

Base: masterHead: filecount


📝 Commits (6)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/bootandy/dust/pull/104 **Author:** [@lespea](https://github.com/lespea) **Created:** 8/11/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `filecount` --- ### 📝 Commits (6) - [`1a69e5b`](https://github.com/bootandy/dust/commit/1a69e5befa56f560285c7fe7223f864a3efbed62) Dir size is the count of children not disk size - [`da7e76f`](https://github.com/bootandy/dust/commit/da7e76f1505b4099f8365456ae1dd555fdeaf1dd) Correct spacing for non-filecounts - [`8eecc01`](https://github.com/bootandy/dust/commit/8eecc013549d691a682dc65d4a57b1ad5a917493) Merge branch 'master' of https://github.com/bootandy/dust into filecount - [`dcc66f3`](https://github.com/bootandy/dust/commit/dcc66f3319e99260a46899790524d595b76d7df9) Bit more output from tests - [`bd7d4ba`](https://github.com/bootandy/dust/commit/bd7d4ba0733b102684c7e0d15e8685cbe9c5be1f) Try to get the term formatting right - [`10b06dd`](https://github.com/bootandy/dust/commit/10b06dd9bb64435c217228f25125b0eda57f5ad7) Better fix ### 📊 Changes **6 files changed** (+243 additions, -231 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
zhus added the pull-request label 2026-06-08 11:26:58 +03:00
zhus closed this issue 2026-06-08 11:26:59 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: bootandy/archived-dust#305