[PR #372] [CLOSED] refactor: merge --si and --display-kb #446

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

📋 Pull Request Information

Original PR: https://github.com/bootandy/dust/pull/372
Author: @bootandy
Created: 2/22/2024
Status: Closed

Base: masterHead: kilos2


📝 Commits (3)

  • c8c2a52 feat: display the size of a file or directory in "kilobytes"
  • 96cd525 refactor: merge --si and --display-kb
  • 5b4c190 refactor: minimum-size

📊 Changes

12 files changed (+146 additions, -88 deletions)

View changed files

📝 README.md (+2 -2)
📝 completions/_dust (+2 -2)
📝 completions/_dust.ps1 (+2 -2)
📝 completions/dust.bash (+9 -1)
📝 completions/dust.elv (+2 -2)
📝 completions/dust.fish (+1 -1)
📝 man-page/dust.1 (+4 -4)
📝 src/cli.rs (+7 -7)
📝 src/config.rs (+52 -31)
📝 src/display.rs (+54 -25)
📝 src/main.rs (+4 -4)
📝 src/progress.rs (+7 -7)

📄 Description

No description provided


🔄 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/372 **Author:** [@bootandy](https://github.com/bootandy) **Created:** 2/22/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `kilos2` --- ### 📝 Commits (3) - [`c8c2a52`](https://github.com/bootandy/dust/commit/c8c2a523e86eb5b840a65b2e4011a174b26d202b) feat: display the size of a file or directory in "kilobytes" - [`96cd525`](https://github.com/bootandy/dust/commit/96cd5251f98b9d4fbdc15ed571e39f0029d3cae4) refactor: merge --si and --display-kb - [`5b4c190`](https://github.com/bootandy/dust/commit/5b4c1903fbf95a798b78bf56f7b3489c1d11a257) refactor: minimum-size ### 📊 Changes **12 files changed** (+146 additions, -88 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+2 -2) 📝 `completions/_dust` (+2 -2) 📝 `completions/_dust.ps1` (+2 -2) 📝 `completions/dust.bash` (+9 -1) 📝 `completions/dust.elv` (+2 -2) 📝 `completions/dust.fish` (+1 -1) 📝 `man-page/dust.1` (+4 -4) 📝 `src/cli.rs` (+7 -7) 📝 `src/config.rs` (+52 -31) 📝 `src/display.rs` (+54 -25) 📝 `src/main.rs` (+4 -4) 📝 `src/progress.rs` (+7 -7) </details> ### 📄 Description _No description provided_ --- <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:28:19 +03:00
zhus closed this issue 2026-06-08 11:28:20 +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#446