[PR #109] [MERGED] Support listing directories by number of files #311

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

📋 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: masterHead: ab-filecount-idea


📝 Commits (2)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/bootandy/dust/pull/109 **Author:** [@bootandy](https://github.com/bootandy) **Created:** 8/19/2020 **Status:** ✅ Merged **Merged:** 8/30/2020 **Merged by:** [@bootandy](https://github.com/bootandy) **Base:** `master` ← **Head:** `ab-filecount-idea` --- ### 📝 Commits (2) - [`76a1e55`](https://github.com/bootandy/dust/commit/76a1e556c92fa9da1b28c6349a20d0f210e22fe2) Support listing directories by number of files - [`9b77d64`](https://github.com/bootandy/dust/commit/9b77d6487abbb13daafa1723016c25ab9f6a766e) hack ### 📊 Changes **5 files changed** (+50 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+7 -0) 📝 `Cargo.toml` (+1 -0) 📝 `src/display.rs` (+29 -4) 📝 `src/main.rs` (+10 -0) 📝 `src/utils/mod.rs` (+3 -1) </details> ### 📄 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. --- <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:02 +03:00
zhus closed this issue 2026-06-08 11:27:02 +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#311