mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03:00
[PR #109] [MERGED] Support listing directories by number of files #311
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/109
Author: @bootandy
Created: 8/19/2020
Status: ✅ Merged
Merged: 8/30/2020
Merged by: @bootandy
Base:
master← Head:ab-filecount-idea📝 Commits (2)
76a1e55Support listing directories by number of files9b77d64hack📊 Changes
5 files changed (+50 additions, -5 deletions)
View changed files
📝
Cargo.lock(+7 -0)📝
Cargo.toml(+1 -0)📝
src/display.rs(+29 -4)📝
src/main.rs(+10 -0)📝
src/utils/mod.rs(+3 -1)📄 Description
Based of https://github.com/bootandy/dust/pull/104
Idea is to allow users to find the number of files in each directory
instead of size.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.