[PR #306] [MERGED] feature: --files-only -F #414

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

📋 Pull Request Information

Original PR: https://github.com/bootandy/dust/pull/306
Author: @bootandy
Created: 1/28/2023
Status: Merged
Merged: 1/29/2023
Merged by: @bootandy

Base: masterHead: files_only2


📝 Commits (1)

📊 Changes

11 files changed (+81 additions, -22 deletions)

View changed files

📝 completions/_dust (+4 -2)
📝 completions/_dust.ps1 (+2 -0)
📝 completions/dust.bash (+1 -1)
📝 completions/dust.elv (+2 -0)
📝 completions/dust.fish (+1 -0)
📝 man-page/dust.1 (+4 -1)
📝 src/cli.rs (+9 -1)
📝 src/config.rs (+8 -1)
📝 src/filter.rs (+40 -16)
📝 src/main.rs (+1 -0)
📝 tests/test_flags.rs (+9 -0)

📄 Description

Add feature to only show files skipping directories.

https://github.com/bootandy/dust/issues/269


🔄 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/306 **Author:** [@bootandy](https://github.com/bootandy) **Created:** 1/28/2023 **Status:** ✅ Merged **Merged:** 1/29/2023 **Merged by:** [@bootandy](https://github.com/bootandy) **Base:** `master` ← **Head:** `files_only2` --- ### 📝 Commits (1) - [`9001a08`](https://github.com/bootandy/dust/commit/9001a08fb750abfa9d3af8e2e1cc65ea82b7b475) feature: --files-only -F ### 📊 Changes **11 files changed** (+81 additions, -22 deletions) <details> <summary>View changed files</summary> 📝 `completions/_dust` (+4 -2) 📝 `completions/_dust.ps1` (+2 -0) 📝 `completions/dust.bash` (+1 -1) 📝 `completions/dust.elv` (+2 -0) 📝 `completions/dust.fish` (+1 -0) 📝 `man-page/dust.1` (+4 -1) 📝 `src/cli.rs` (+9 -1) 📝 `src/config.rs` (+8 -1) 📝 `src/filter.rs` (+40 -16) 📝 `src/main.rs` (+1 -0) 📝 `tests/test_flags.rs` (+9 -0) </details> ### 📄 Description Add feature to only show files skipping directories. https://github.com/bootandy/dust/issues/269 --- <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:01 +03:00
zhus closed this issue 2026-06-08 11:28:03 +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#414