[PR #111] [MERGED] Ab ignore hidden files #313

Closed
opened 2026-06-08 11:27:04 +03:00 by zhus · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bootandy/dust/pull/111
Author: @bootandy
Created: 9/3/2020
Status: Merged
Merged: 9/3/2020
Merged by: @bootandy

Base: masterHead: ab-ignore-hidden


📝 Commits (6)

📊 Changes

8 files changed (+424 additions, -351 deletions)

View changed files

📝 src/main.rs (+8 -0)
📝 src/utils/mod.rs (+11 -6)
tests/test_dir_hidden_entries/.hidden_file (+1 -0)
📝 tests/test_dir_unicode/ラウトは難しいです!.japan (+0 -0)
📝 tests/test_dir_unicode/👩.unicode (+0 -0)
tests/test_exact_output.rs (+272 -0)
tests/test_flags.rs (+132 -0)
📝 tests/tests.rs (+0 -345)

📄 Description

No description provided


🔄 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/bootandy/dust/pull/111 **Author:** [@bootandy](https://github.com/bootandy) **Created:** 9/3/2020 **Status:** ✅ Merged **Merged:** 9/3/2020 **Merged by:** [@bootandy](https://github.com/bootandy) **Base:** `master` ← **Head:** `ab-ignore-hidden` --- ### 📝 Commits (6) - [`b9ca284`](https://github.com/bootandy/dust/commit/b9ca2848d8a09d6f0300761d31604eddfb7a847e) Add Hide hidden flag - [`9cc9127`](https://github.com/bootandy/dust/commit/9cc912787df8c9c9f58b0045558b5ea2b7bebfea) Fix dumb test bug - [`71aaea2`](https://github.com/bootandy/dust/commit/71aaea2415f2a1f78474c676861f420a01a3012c) Add test for hidden flag - [`c78515c`](https://github.com/bootandy/dust/commit/c78515c7dfcbdd889e966f59c7f054ca9e27ffb0) Rename test_dir3 to test_dir_unicode - [`a110289`](https://github.com/bootandy/dust/commit/a1102893fe755930b2f3a1e45cb646ac56f0c297) Add test to check number of files flag - [`d705dda`](https://github.com/bootandy/dust/commit/d705dda45d336fcbfc40f405bb23a95bb49e54be) Refactor tests. ### 📊 Changes **8 files changed** (+424 additions, -351 deletions) <details> <summary>View changed files</summary> 📝 `src/main.rs` (+8 -0) 📝 `src/utils/mod.rs` (+11 -6) ➕ `tests/test_dir_hidden_entries/.hidden_file` (+1 -0) 📝 `tests/test_dir_unicode/ラウトは難しいです!.japan` (+0 -0) 📝 `tests/test_dir_unicode/👩.unicode` (+0 -0) ➕ `tests/test_exact_output.rs` (+272 -0) ➕ `tests/test_flags.rs` (+132 -0) 📝 `tests/tests.rs` (+0 -345) </details> ### 📄 Description _No description provided_ --- <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-06-08 11:27:04 +03:00
zhus closed this issue 2026-06-08 11:27:04 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: bootandy/archived-dust#313