mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03:00
[PR #172] [CLOSED] Feature: adding file types filter #341
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/bootandy/dust/pull/172
Author: @bootandy
Created: 8/20/2021
Status: ❌ Closed
Base:
master← Head:by_type3📝 Commits (1)
b83ccd0Feature: 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.