[PR #268] [MERGED] FEATURE: support only directories will be displayed. Flag -D #392

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

📋 Pull Request Information

Original PR: https://github.com/bootandy/dust/pull/268
Author: @caromdreamer
Created: 9/30/2022
Status: Merged
Merged: 10/6/2022
Merged by: @bootandy

Base: masterHead: onlydir


📝 Commits (1)

  • ca27638 FEATURE: support only directories will be displayed. Flag -D

📊 Changes

10 files changed (+34 additions, -7 deletions)

View changed files

📝 README.md (+1 -0)
📝 completions/_dust (+2 -0)
📝 completions/_dust.ps1 (+2 -0)
📝 completions/dust.bash (+1 -1)
📝 completions/dust.elv (+2 -0)
📝 completions/dust.fish (+1 -0)
📝 src/cli.rs (+6 -0)
📝 src/config.rs (+4 -0)
📝 src/filter.rs (+14 -6)
📝 src/main.rs (+1 -0)

📄 Description

resolves: #262


🔄 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/268 **Author:** [@caromdreamer](https://github.com/caromdreamer) **Created:** 9/30/2022 **Status:** ✅ Merged **Merged:** 10/6/2022 **Merged by:** [@bootandy](https://github.com/bootandy) **Base:** `master` ← **Head:** `onlydir` --- ### 📝 Commits (1) - [`ca27638`](https://github.com/bootandy/dust/commit/ca27638d4c25bcd5cb991bf0ceb50d4f89e968c4) FEATURE: support only directories will be displayed. Flag -D ### 📊 Changes **10 files changed** (+34 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) 📝 `completions/_dust` (+2 -0) 📝 `completions/_dust.ps1` (+2 -0) 📝 `completions/dust.bash` (+1 -1) 📝 `completions/dust.elv` (+2 -0) 📝 `completions/dust.fish` (+1 -0) 📝 `src/cli.rs` (+6 -0) 📝 `src/config.rs` (+4 -0) 📝 `src/filter.rs` (+14 -6) 📝 `src/main.rs` (+1 -0) </details> ### 📄 Description resolves: #262 --- <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:27:49 +03:00
zhus closed this issue 2026-06-08 11:27:50 +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#392