[PR #358] [MERGED] Ignore file2 #437

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

📋 Pull Request Information

Original PR: https://github.com/bootandy/dust/pull/358
Author: @bootandy
Created: 12/14/2023
Status: Merged
Merged: 1/4/2024
Merged by: @bootandy

Base: masterHead: ignore_file2


📝 Commits (1)

  • 17ffbb3 feat: new param: ignore-all-in-file

📊 Changes

11 files changed (+62 additions, -4 deletions)

View changed files

📝 completions/_dust (+2 -0)
📝 completions/_dust.ps1 (+2 -0)
📝 completions/dust.bash (+9 -1)
📝 completions/dust.elv (+2 -0)
📝 completions/dust.fish (+1 -0)
📝 man-page/dust.1 (+4 -1)
📝 src/cli.rs (+7 -0)
📝 src/main.rs (+20 -0)
📝 tests/test_dir_hidden_entries/.hidden_file (+2 -1)
tests/test_dir_hidden_entries/.secret (+0 -0)
📝 tests/test_flags.rs (+13 -1)

📄 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/358 **Author:** [@bootandy](https://github.com/bootandy) **Created:** 12/14/2023 **Status:** ✅ Merged **Merged:** 1/4/2024 **Merged by:** [@bootandy](https://github.com/bootandy) **Base:** `master` ← **Head:** `ignore_file2` --- ### 📝 Commits (1) - [`17ffbb3`](https://github.com/bootandy/dust/commit/17ffbb3bd0a029951a527b91cd53517aea8d5472) feat: new param: ignore-all-in-file ### 📊 Changes **11 files changed** (+62 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `completions/_dust` (+2 -0) 📝 `completions/_dust.ps1` (+2 -0) 📝 `completions/dust.bash` (+9 -1) 📝 `completions/dust.elv` (+2 -0) 📝 `completions/dust.fish` (+1 -0) 📝 `man-page/dust.1` (+4 -1) 📝 `src/cli.rs` (+7 -0) 📝 `src/main.rs` (+20 -0) 📝 `tests/test_dir_hidden_entries/.hidden_file` (+2 -1) ➕ `tests/test_dir_hidden_entries/.secret` (+0 -0) 📝 `tests/test_flags.rs` (+13 -1) </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:28:15 +03:00
zhus closed this issue 2026-06-08 11:28:15 +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#437