[PR #466] [MERGED] feat: New --collapse flag #494

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

📋 Pull Request Information

Original PR: https://github.com/bootandy/dust/pull/466
Author: @bootandy
Created: 1/26/2025
Status: Merged
Merged: 1/28/2025
Merged by: @bootandy

Base: masterHead: collapse


📝 Commits (1)

  • e4483b7 feat: New --collapse flag

📊 Changes

11 files changed (+55 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/filter.rs (+12 -2)
📝 src/main.rs (+14 -1)
📝 tests/test_flags.rs (+7 -0)

📄 Description

--collapse will keep that directory collapsed and will not expand it.


🔄 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/466 **Author:** [@bootandy](https://github.com/bootandy) **Created:** 1/26/2025 **Status:** ✅ Merged **Merged:** 1/28/2025 **Merged by:** [@bootandy](https://github.com/bootandy) **Base:** `master` ← **Head:** `collapse` --- ### 📝 Commits (1) - [`e4483b7`](https://github.com/bootandy/dust/commit/e4483b789e56768b3924c35f0fe0204518b9c46c) feat: New --collapse flag ### 📊 Changes **11 files changed** (+55 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/filter.rs` (+12 -2) 📝 `src/main.rs` (+14 -1) 📝 `tests/test_flags.rs` (+7 -0) </details> ### 📄 Description --collapse will keep that directory collapsed and will not expand it. --- <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:48 +03:00
zhus closed this issue 2026-06-08 11:28:48 +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#494