[PR #79] [MERGED] use LS_COLORS for largest subdirectories #293

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

📋 Pull Request Information

Original PR: https://github.com/bootandy/dust/pull/79
Author: @NeelChotai
Created: 3/1/2020
Status: Merged
Merged: 3/1/2020
Merged by: @bootandy

Base: masterHead: colours


📝 Commits (3)

📊 Changes

6 files changed (+44 additions, -27 deletions)

View changed files

📝 Cargo.lock (+10 -0)
📝 Cargo.toml (+1 -0)
📝 README.md (+15 -15)
📝 src/display.rs (+8 -2)
📝 src/main.rs (+9 -9)
📝 src/utils/mod.rs (+1 -1)

📄 Description

Uses directory colour defined in $LS_COLORS to paint the largest subdirectories instead of red.

Fixed a compiler warning, updated the readme, changed args descriptions and made some consistency changes to clap args.


🔄 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/79 **Author:** [@NeelChotai](https://github.com/NeelChotai) **Created:** 3/1/2020 **Status:** ✅ Merged **Merged:** 3/1/2020 **Merged by:** [@bootandy](https://github.com/bootandy) **Base:** `master` ← **Head:** `colours` --- ### 📝 Commits (3) - [`58b395e`](https://github.com/bootandy/dust/commit/58b395e7ee34a1b87fb5fdd7b53a4353ae018435) fix compiler warning - [`26ae050`](https://github.com/bootandy/dust/commit/26ae050f16ccb7271b296dbff9faa9d4b631e5c1) use LS_COLORS for directories - [`795d912`](https://github.com/bootandy/dust/commit/795d91237da3564903d48355d2d1d5dafe0c8181) update args descriptions ### 📊 Changes **6 files changed** (+44 additions, -27 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+10 -0) 📝 `Cargo.toml` (+1 -0) 📝 `README.md` (+15 -15) 📝 `src/display.rs` (+8 -2) 📝 `src/main.rs` (+9 -9) 📝 `src/utils/mod.rs` (+1 -1) </details> ### 📄 Description Uses directory colour defined in $LS_COLORS to paint the largest subdirectories instead of red. Fixed a compiler warning, updated the readme, changed args descriptions and made some consistency changes to clap args. --- <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:26:52 +03:00
zhus closed this issue 2026-06-08 11:26:54 +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#293