[PR #252] [MERGED] Add min-size parameter #383

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

📋 Pull Request Information

Original PR: https://github.com/bootandy/dust/pull/252
Author: @bootandy
Created: 8/23/2022
Status: Merged
Merged: 8/23/2022
Merged by: @bootandy

Base: masterHead: min_size4


📝 Commits (4)

  • ad19ba5 Feature: Add min-size parameter
  • 74b8366 Refactor: Tidy up use of UNITS: k,m,g,t
  • 0fa1bc5 Feature: Add error message on bad min-size
  • 9c84649 README: Update readme to include max-size

📊 Changes

11 files changed (+117 additions, -12 deletions)

View changed files

📝 README.md (+1 -0)
📝 completions/_dust (+2 -0)
📝 completions/_dust.ps1 (+2 -0)
📝 completions/dust.bash (+9 -1)
📝 completions/dust.elv (+2 -0)
📝 completions/dust.fish (+1 -0)
📝 src/cli.rs (+8 -0)
📝 src/config.rs (+80 -0)
📝 src/display.rs (+1 -1)
📝 src/filter.rs (+8 -8)
📝 src/main.rs (+3 -2)

📄 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/252 **Author:** [@bootandy](https://github.com/bootandy) **Created:** 8/23/2022 **Status:** ✅ Merged **Merged:** 8/23/2022 **Merged by:** [@bootandy](https://github.com/bootandy) **Base:** `master` ← **Head:** `min_size4` --- ### 📝 Commits (4) - [`ad19ba5`](https://github.com/bootandy/dust/commit/ad19ba5bfe304280d428e2cdbf97c13e2d554eee) Feature: Add min-size parameter - [`74b8366`](https://github.com/bootandy/dust/commit/74b8366fd2708e06adce238e66a15757d954c260) Refactor: Tidy up use of UNITS: k,m,g,t - [`0fa1bc5`](https://github.com/bootandy/dust/commit/0fa1bc5ef3ca00776b542aa52945cf62d3f6836a) Feature: Add error message on bad min-size - [`9c84649`](https://github.com/bootandy/dust/commit/9c846496b58cb647081adc5444fb0d1a8407e083) README: Update readme to include max-size ### 📊 Changes **11 files changed** (+117 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) 📝 `completions/_dust` (+2 -0) 📝 `completions/_dust.ps1` (+2 -0) 📝 `completions/dust.bash` (+9 -1) 📝 `completions/dust.elv` (+2 -0) 📝 `completions/dust.fish` (+1 -0) 📝 `src/cli.rs` (+8 -0) 📝 `src/config.rs` (+80 -0) 📝 `src/display.rs` (+1 -1) 📝 `src/filter.rs` (+8 -8) 📝 `src/main.rs` (+3 -2) </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:27:44 +03:00
zhus closed this issue 2026-06-08 11:27:45 +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#383