[PR #54] [MERGED] Add option to ignore directories #277

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

📋 Pull Request Information

Original PR: https://github.com/bootandy/dust/pull/54
Author: @bootandy
Created: 1/19/2020
Status: Merged
Merged: 1/19/2020
Merged by: @bootandy

Base: masterHead: ab-ignore-dir


📝 Commits (1)

  • d97edba Add option to ignore directories

📊 Changes

3 files changed (+52 additions, -0 deletions)

View changed files

📝 src/main.rs (+9 -0)
📝 src/tests.rs (+32 -0)
📝 src/utils/mod.rs (+11 -0)

📄 Description

https://github.com/bootandy/dust/issues/46

Add -X flag used to ignore any file or directory that matches the
provided substring.
This means that -X e will ignore any file or directory with an 'e' in
it.


🔄 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/54 **Author:** [@bootandy](https://github.com/bootandy) **Created:** 1/19/2020 **Status:** ✅ Merged **Merged:** 1/19/2020 **Merged by:** [@bootandy](https://github.com/bootandy) **Base:** `master` ← **Head:** `ab-ignore-dir` --- ### 📝 Commits (1) - [`d97edba`](https://github.com/bootandy/dust/commit/d97edba041cf3ceab46bde10c14fb6c1b5ed54fc) Add option to ignore directories ### 📊 Changes **3 files changed** (+52 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/main.rs` (+9 -0) 📝 `src/tests.rs` (+32 -0) 📝 `src/utils/mod.rs` (+11 -0) </details> ### 📄 Description https://github.com/bootandy/dust/issues/46 Add -X flag used to ignore any file or directory that matches the provided substring. This means that -X e will ignore any file or directory with an 'e' in it. --- <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:26:42 +03:00
zhus closed this issue 2026-06-08 11:26: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#277