[PR #73] [MERGED] feat: add option --hidden to hide folders #456

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

📋 Pull Request Information

Original PR: https://github.com/sigoden/dufs/pull/73
Author: @sigoden
Created: 6/25/2022
Status: Merged
Merged: 6/25/2022
Merged by: @sigoden

Base: mainHead: feat-hidden


📝 Commits (1)

  • 0cf96d3 feat: add option --hidden to hide folders

📊 Changes

13 files changed (+180 additions, -47 deletions)

View changed files

📝 README.md (+8 -1)
📝 src/args.rs (+13 -1)
📝 src/server.rs (+55 -32)
📝 src/utils.rs (+14 -1)
📝 tests/allow.rs (+1 -1)
📝 tests/args.rs (+1 -1)
📝 tests/assets.rs (+32 -0)
📝 tests/fixtures.rs (+5 -1)
tests/hidden.rs (+42 -0)
📝 tests/http.rs (+3 -3)
📝 tests/render.rs (+3 -3)
📝 tests/tls.rs (+1 -1)
📝 tests/utils.rs (+2 -2)

📄 Description

Hide folders from directory listing

dufs --hidden .git,.DS_Store

close #71


🔄 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/73 **Author:** [@sigoden](https://github.com/sigoden) **Created:** 6/25/2022 **Status:** ✅ Merged **Merged:** 6/25/2022 **Merged by:** [@sigoden](https://github.com/sigoden) **Base:** `main` ← **Head:** `feat-hidden` --- ### 📝 Commits (1) - [`0cf96d3`](https://github.com/sigoden/dufs/commit/0cf96d31c21b25bb15cf75e4ddc1880806a4cd37) feat: add option --hidden to hide folders ### 📊 Changes **13 files changed** (+180 additions, -47 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+8 -1) 📝 `src/args.rs` (+13 -1) 📝 `src/server.rs` (+55 -32) 📝 `src/utils.rs` (+14 -1) 📝 `tests/allow.rs` (+1 -1) 📝 `tests/args.rs` (+1 -1) 📝 `tests/assets.rs` (+32 -0) 📝 `tests/fixtures.rs` (+5 -1) ➕ `tests/hidden.rs` (+42 -0) 📝 `tests/http.rs` (+3 -3) 📝 `tests/render.rs` (+3 -3) 📝 `tests/tls.rs` (+1 -1) 📝 `tests/utils.rs` (+2 -2) </details> ### 📄 Description Hide folders from directory listing ``` dufs --hidden .git,.DS_Store ``` close #71 --- <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:00 +03:00
zhus closed this issue 2026-04-08 16:53:00 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: sigoden/dufs#456