mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03:00
[GH-ISSUE #547] is there any way to only include specific directorys. #243
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?
Originally created by @zc910704 on GitHub (Dec 25, 2025).
Original GitHub issue: https://github.com/bootandy/dust/issues/547
FolderA
|- FolderCommon
|- FolderA1
FolderB
|- FolderCommon
|- FolderB1
is there any way to get the FolderCommon size like regex
@zc910704 commented on GitHub (Jan 1, 2026):
I have read the code and find -v and -e can solve my problem. thanks for your project.