[PR #247] [CLOSED] Feature: Add min-size parameter #381

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

📋 Pull Request Information

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

Base: masterHead: min_size2


📝 Commits (1)

  • bf7422a Feature: Add min-size parameter

📊 Changes

3 files changed (+25 additions, -8 deletions)

View changed files

📝 src/config.rs (+8 -0)
📝 src/filter.rs (+8 -8)
📝 src/main.rs (+9 -0)

📄 Description

Add often requested feature. '--min-size 50000' will only include files
above a size of 50kB


🔄 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/247 **Author:** [@bootandy](https://github.com/bootandy) **Created:** 8/22/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `min_size2` --- ### 📝 Commits (1) - [`bf7422a`](https://github.com/bootandy/dust/commit/bf7422af600f0082679aee96b6dbb5be08fb9324) Feature: Add min-size parameter ### 📊 Changes **3 files changed** (+25 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `src/config.rs` (+8 -0) 📝 `src/filter.rs` (+8 -8) 📝 `src/main.rs` (+9 -0) </details> ### 📄 Description Add often requested feature. '--min-size 50000' will only include files above a size of 50kB --- <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:42 +03:00
zhus closed this issue 2026-06-08 11:27:43 +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#381