[PR #108] [MERGED] feat: improve hidden to support glob #473

Closed
opened 2026-04-08 16:53:04 +03:00 by zhus · 0 comments
Owner

📋 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: mainHead: improve-hide


📝 Commits (1)

  • 73bbc5f feat: 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 #107

Note: 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.

## 📋 Pull Request Information **Original PR:** https://github.com/sigoden/dufs/pull/108 **Author:** [@sigoden](https://github.com/sigoden) **Created:** 7/19/2022 **Status:** ✅ Merged **Merged:** 7/19/2022 **Merged by:** [@sigoden](https://github.com/sigoden) **Base:** `main` ← **Head:** `improve-hide` --- ### 📝 Commits (1) - [`73bbc5f`](https://github.com/sigoden/dufs/commit/73bbc5fd4ee065c31ff17e8c1e0a44ca9454a1e8) feat: improve hidden to support glob ### 📊 Changes **3 files changed** (+69 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `src/args.rs` (+3 -3) 📝 `src/server.rs` (+8 -7) 📝 `src/utils.rs` (+58 -0) </details> ### 📄 Description With thi pr merged, dufs allows pass glob to --hidden. For example `dufs --hidden '.*'` will wroks. close #107 Note: the glob is not followd Standard Unix-style. only `?` and `*` is supported. --- <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-04-08 16:53:04 +03:00
zhus closed this issue 2026-04-08 16:53:04 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: sigoden/dufs#473