[PR #250] [CLOSED] Feature: Add min-size parameter #382

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

📋 Pull Request Information

Original PR: https://github.com/bootandy/dust/pull/250
Author: @bootandy
Created: 8/22/2022
Status: Closed

Base: masterHead: min_size3


📝 Commits (1)

  • 90c79d1 Feature: Add min-size parameter

📊 Changes

10 files changed (+109 additions, -12 deletions)

View changed files

📝 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 (+73 -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/250 **Author:** [@bootandy](https://github.com/bootandy) **Created:** 8/22/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `min_size3` --- ### 📝 Commits (1) - [`90c79d1`](https://github.com/bootandy/dust/commit/90c79d19895703604dd0eede84a2ce1ec9420006) Feature: Add min-size parameter ### 📊 Changes **10 files changed** (+109 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `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` (+73 -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:43 +03:00
zhus closed this issue 2026-06-08 11:27:44 +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#382