mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03:00
[PR #529] [MERGED] feat: support --files-from/--files0-from #530
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:master📝 Commits (1)
0f6c114feat: 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
configandmain. 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.