[PR #529] [MERGED] feat: support --files-from/--files0-from #530

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

📋 Pull Request Information

Original PR: https://github.com/bootandy/dust/pull/529
Author: @bootandy
Created: 10/6/2025
Status: Merged
Merged: 10/6/2025
Merged by: @bootandy

Base: masterHead: master


📝 Commits (1)

  • 0f6c114 feat: support --files-from/--files0-from

📊 Changes

15 files changed (+137 additions, -39 deletions)

View changed files

📝 README.md (+2 -1)
📝 completions/_dust (+2 -1)
📝 completions/_dust.ps1 (+2 -1)
📝 completions/dust.bash (+5 -1)
📝 completions/dust.elv (+2 -1)
📝 completions/dust.fish (+2 -1)
📝 man-page/dust.1 (+5 -2)
📝 src/cli.rs (+6 -3)
📝 src/config.rs (+10 -1)
📝 src/main.rs (+56 -27)
tests/test_dir_files_from/a_file (+0 -0)
tests/test_dir_files_from/files0_from.txt (+0 -0)
tests/test_dir_files_from/files_from.txt (+2 -0)
tests/test_dir_files_from/hello_file (+1 -0)
📝 tests/test_flags.rs (+42 -0)

📄 Description

Read NUL- or newline-terminated paths from FILE or stdin.

Wire options through config and main. Add tests and update the man page, README, and completion scripts.


🔄 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/529 **Author:** [@bootandy](https://github.com/bootandy) **Created:** 10/6/2025 **Status:** ✅ Merged **Merged:** 10/6/2025 **Merged by:** [@bootandy](https://github.com/bootandy) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`0f6c114`](https://github.com/bootandy/dust/commit/0f6c11415853e0b2f0bdb64aa3d8662face95c39) feat: support --files-from/--files0-from ### 📊 Changes **15 files changed** (+137 additions, -39 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+2 -1) 📝 `completions/_dust` (+2 -1) 📝 `completions/_dust.ps1` (+2 -1) 📝 `completions/dust.bash` (+5 -1) 📝 `completions/dust.elv` (+2 -1) 📝 `completions/dust.fish` (+2 -1) 📝 `man-page/dust.1` (+5 -2) 📝 `src/cli.rs` (+6 -3) 📝 `src/config.rs` (+10 -1) 📝 `src/main.rs` (+56 -27) ➕ `tests/test_dir_files_from/a_file` (+0 -0) ➕ `tests/test_dir_files_from/files0_from.txt` (+0 -0) ➕ `tests/test_dir_files_from/files_from.txt` (+2 -0) ➕ `tests/test_dir_files_from/hello_file` (+1 -0) 📝 `tests/test_flags.rs` (+42 -0) </details> ### 📄 Description Read NUL- or newline-terminated paths from FILE or stdin. Wire options through `config` and `main`. Add tests and update the man page, README, and completion scripts. --- <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:29:08 +03:00
zhus closed this issue 2026-06-08 11:29:09 +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#530