[PR #51] [MERGED] Support excluding filesystems with -x #276

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

📋 Pull Request Information

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

Base: masterHead: ab-exclude


📝 Commits (3)

  • bdc3d40 Support excluding filesystems with -x
  • 5541df6 Refactor code
  • b9c27f9 get_filesystem returns Result instead of option

📊 Changes

3 files changed (+116 additions, -24 deletions)

View changed files

📝 src/main.rs (+13 -1)
📝 src/utils/mod.rs (+72 -22)
📝 src/utils/platform.rs (+31 -1)

📄 Description

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

Add optional -x flag to limit search to the current filesystem.

Add (untested) support for windows for the equivalent of inode and
device.


🔄 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/51 **Author:** [@bootandy](https://github.com/bootandy) **Created:** 1/15/2020 **Status:** ✅ Merged **Merged:** 1/19/2020 **Merged by:** [@bootandy](https://github.com/bootandy) **Base:** `master` ← **Head:** `ab-exclude` --- ### 📝 Commits (3) - [`bdc3d40`](https://github.com/bootandy/dust/commit/bdc3d404ef63db626d3c676ece92518f9a71a00f) Support excluding filesystems with -x - [`5541df6`](https://github.com/bootandy/dust/commit/5541df6a73f3de3996be53d2f667d5debfa2ad02) Refactor code - [`b9c27f9`](https://github.com/bootandy/dust/commit/b9c27f98384567c7a71284742831ff1e9bc1256b) get_filesystem returns Result instead of option ### 📊 Changes **3 files changed** (+116 additions, -24 deletions) <details> <summary>View changed files</summary> 📝 `src/main.rs` (+13 -1) 📝 `src/utils/mod.rs` (+72 -22) 📝 `src/utils/platform.rs` (+31 -1) </details> ### 📄 Description https://github.com/bootandy/dust/issues/50 Add optional -x flag to limit search to the current filesystem. Add (untested) support for windows for the equivalent of inode and device. --- <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:41 +03:00
zhus closed this issue 2026-06-08 11:26:42 +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#276