[PR #188] [MERGED] fix: hidden don't works on some files #510

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

📋 Pull Request Information

Original PR: https://github.com/sigoden/dufs/pull/188
Author: @sigoden
Created: 3/3/2023
Status: Merged
Merged: 3/3/2023
Merged by: @sigoden

Base: mainHead: fix-hidden


📝 Commits (1)

  • 65633e9 fix: hidden don't works on some files

📊 Changes

4 files changed (+23 additions, -47 deletions)

View changed files

📝 Cargo.lock (+7 -0)
📝 Cargo.toml (+1 -0)
📝 README.md (+5 -8)
📝 src/utils.rs (+10 -39)

📄 Description

like --hidden '*.abc-cba' matches xyz.abc-cba but do not matches 123.xyz.abc-cba

close #187


🔄 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/188 **Author:** [@sigoden](https://github.com/sigoden) **Created:** 3/3/2023 **Status:** ✅ Merged **Merged:** 3/3/2023 **Merged by:** [@sigoden](https://github.com/sigoden) **Base:** `main` ← **Head:** `fix-hidden` --- ### 📝 Commits (1) - [`65633e9`](https://github.com/sigoden/dufs/commit/65633e9b41e8d721e7eb3b7ca576ff856fbc50b0) fix: hidden don't works on some files ### 📊 Changes **4 files changed** (+23 additions, -47 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+7 -0) 📝 `Cargo.toml` (+1 -0) 📝 `README.md` (+5 -8) 📝 `src/utils.rs` (+10 -39) </details> ### 📄 Description like --hidden '*.abc-cba' matches xyz.abc-cba but do not matches 123.xyz.abc-cba close #187 --- <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:14 +03:00
zhus closed this issue 2026-04-08 16:53:14 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: sigoden/dufs#510