mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03:00
[PR #51] [MERGED] Support excluding filesystems with -x #276
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:ab-exclude📝 Commits (3)
bdc3d40Support excluding filesystems with -x5541df6Refactor codeb9c27f9get_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.