[PR #172] [CLOSED] Feature: adding file types filter #341

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

📋 Pull Request Information

Original PR: https://github.com/bootandy/dust/pull/172
Author: @bootandy
Created: 8/20/2021
Status: Closed

Base: masterHead: by_type3


📝 Commits (1)

  • b83ccd0 Feature: Experimental adding file types filter

📊 Changes

7 files changed (+228 additions, -27 deletions)

View changed files

📝 src/dir_walker.rs (+11 -1)
📝 src/display.rs (+0 -4)
📝 src/filter.rs (+75 -5)
📝 src/main.rs (+82 -6)
📝 src/node.rs (+16 -5)
📝 src/utils.rs (+21 -6)
📝 tests/test_flags.rs (+23 -0)

📄 Description

-t = show summary of types
-y txt = show disk spaced taken only of .txt files
-y txt -f = show number of .txt files


🔄 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/172 **Author:** [@bootandy](https://github.com/bootandy) **Created:** 8/20/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `by_type3` --- ### 📝 Commits (1) - [`b83ccd0`](https://github.com/bootandy/dust/commit/b83ccd0f8bdff8f69b0610d7041befe56e003572) Feature: Experimental adding file types filter ### 📊 Changes **7 files changed** (+228 additions, -27 deletions) <details> <summary>View changed files</summary> 📝 `src/dir_walker.rs` (+11 -1) 📝 `src/display.rs` (+0 -4) 📝 `src/filter.rs` (+75 -5) 📝 `src/main.rs` (+82 -6) 📝 `src/node.rs` (+16 -5) 📝 `src/utils.rs` (+21 -6) 📝 `tests/test_flags.rs` (+23 -0) </details> ### 📄 Description -t = show summary of types -y txt = show disk spaced taken only of .txt files -y txt -f = show number of .txt files --- <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:19 +03:00
zhus closed this issue 2026-06-08 11:27:20 +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#341