[PR #405] [MERGED] feat: Add flag to read from file/stdin #469

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

📋 Pull Request Information

Original PR: https://github.com/bootandy/dust/pull/405
Author: @Its-Just-Nans
Created: 6/20/2024
Status: Merged
Merged: 6/28/2024
Merged by: @bootandy

Base: masterHead: from-standard


📝 Commits (6)

📊 Changes

10 files changed (+68 additions, -5 deletions)

View changed files

📝 README.md (+1 -0)
📝 completions/_dust (+1 -0)
📝 completions/_dust.ps1 (+1 -0)
📝 completions/dust.bash (+5 -1)
📝 completions/dust.elv (+1 -0)
📝 completions/dust.fish (+1 -0)
📝 man-page/dust.1 (+4 -1)
📝 src/cli.rs (+8 -0)
📝 src/config.rs (+8 -0)
📝 src/main.rs (+38 -3)

📄 Description

The --files0-from=- option of du

image

image


🔄 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/405 **Author:** [@Its-Just-Nans](https://github.com/Its-Just-Nans) **Created:** 6/20/2024 **Status:** ✅ Merged **Merged:** 6/28/2024 **Merged by:** [@bootandy](https://github.com/bootandy) **Base:** `master` ← **Head:** `from-standard` --- ### 📝 Commits (6) - [`f97ed91`](https://github.com/bootandy/dust/commit/f97ed9124c9c7f67802227aadeb4e025e37fc79e) from standard - [`53fa597`](https://github.com/bootandy/dust/commit/53fa5973dc9458d543113a28cf2d3d41e79d58e9) improve - [`b2911ed`](https://github.com/bootandy/dust/commit/b2911ed12b1b9e90a6f201fed180a3d5eed114de) happy clippy - [`8c96a62`](https://github.com/bootandy/dust/commit/8c96a620d34933b6751ac45277992513a3038c08) explicit arg option - [`8d5f591`](https://github.com/bootandy/dust/commit/8d5f591f85b95c6c52f535cc89bcd8f1473b8623) fix problem - [`e451dca`](https://github.com/bootandy/dust/commit/e451dcae0bc9beb421dd7761a6bf475e24d0e4a5) Merge branch 'master' into from-standard ### 📊 Changes **10 files changed** (+68 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) 📝 `completions/_dust` (+1 -0) 📝 `completions/_dust.ps1` (+1 -0) 📝 `completions/dust.bash` (+5 -1) 📝 `completions/dust.elv` (+1 -0) 📝 `completions/dust.fish` (+1 -0) 📝 `man-page/dust.1` (+4 -1) 📝 `src/cli.rs` (+8 -0) 📝 `src/config.rs` (+8 -0) 📝 `src/main.rs` (+38 -3) </details> ### 📄 Description The `--files0-from=-` option of `du` ![image](https://github.com/bootandy/dust/assets/56606507/7fc268ac-84b2-4f5d-989f-8dc2e1ead756) ![image](https://github.com/bootandy/dust/assets/56606507/b4610155-2273-4835-8a24-30d2e8c36638) --- <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:33 +03:00
zhus closed this issue 2026-06-08 11:28:34 +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#469