[PR #322] [CLOSED] #321: display the size of a file or directory in "kilobytes" #424

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

📋 Pull Request Information

Original PR: https://github.com/bootandy/dust/pull/322
Author: @TYzzt
Created: 4/10/2023
Status: Closed

Base: masterHead: issues/#321


📝 Commits (3)

  • 30dd57d feat: display the size of a file or directory in "kilobytes"
  • 438e20a feat: display the size of a file or directory in "kilobytes"
  • b7c7454 feat: format code

📊 Changes

11 files changed (+92 additions, -27 deletions)

View changed files

📝 completions/_dust (+2 -0)
📝 completions/_dust.ps1 (+2 -0)
📝 completions/dust.bash (+1 -1)
📝 completions/dust.elv (+2 -0)
📝 completions/dust.fish (+1 -0)
📝 man-page/dust.1 (+4 -1)
📝 src/cli.rs (+6 -0)
📝 src/config.rs (+3 -0)
📝 src/display.rs (+45 -17)
📝 src/main.rs (+5 -1)
📝 src/progress.rs (+21 -7)

📄 Description

added -k parameter to display the size of a file or directory in "kilobytes"


🔄 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/322 **Author:** [@TYzzt](https://github.com/TYzzt) **Created:** 4/10/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `issues/#321` --- ### 📝 Commits (3) - [`30dd57d`](https://github.com/bootandy/dust/commit/30dd57d8f5e5a0167f2ef235f701363314567449) feat: display the size of a file or directory in "kilobytes" - [`438e20a`](https://github.com/bootandy/dust/commit/438e20aea7ab6e5a3e96c25e883b6c02f4899f22) feat: display the size of a file or directory in "kilobytes" - [`b7c7454`](https://github.com/bootandy/dust/commit/b7c7454110d5ead792fe243b8a47b295d29d6379) feat: format code ### 📊 Changes **11 files changed** (+92 additions, -27 deletions) <details> <summary>View changed files</summary> 📝 `completions/_dust` (+2 -0) 📝 `completions/_dust.ps1` (+2 -0) 📝 `completions/dust.bash` (+1 -1) 📝 `completions/dust.elv` (+2 -0) 📝 `completions/dust.fish` (+1 -0) 📝 `man-page/dust.1` (+4 -1) 📝 `src/cli.rs` (+6 -0) 📝 `src/config.rs` (+3 -0) 📝 `src/display.rs` (+45 -17) 📝 `src/main.rs` (+5 -1) 📝 `src/progress.rs` (+21 -7) </details> ### 📄 Description added **-k** parameter to display the size of a file or directory in "kilobytes" --- <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:07 +03:00
zhus closed this issue 2026-06-08 11:28:09 +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#424