mirror of
https://github.com/sigoden/dufs.git
synced 2026-04-08 16:49:02 +03:00
[PR #108] [MERGED] feat: improve hidden to support glob #473
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/sigoden/dufs/pull/108
Author: @sigoden
Created: 7/19/2022
Status: ✅ Merged
Merged: 7/19/2022
Merged by: @sigoden
Base:
main← Head:improve-hide📝 Commits (1)
73bbc5ffeat: improve hidden to support glob📊 Changes
3 files changed (+69 additions, -10 deletions)
View changed files
📝
src/args.rs(+3 -3)📝
src/server.rs(+8 -7)📝
src/utils.rs(+58 -0)📄 Description
With thi pr merged, dufs allows pass glob to --hidden.
For example
dufs --hidden '.*'will wroks. close #107Note: the glob is not followd Standard Unix-style. only
?and*is supported.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.