mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03:00
[PR #79] [MERGED] use LS_COLORS for largest subdirectories #293
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/79
Author: @NeelChotai
Created: 3/1/2020
Status: ✅ Merged
Merged: 3/1/2020
Merged by: @bootandy
Base:
master← Head:colours📝 Commits (3)
58b395efix compiler warning26ae050use LS_COLORS for directories795d912update args descriptions📊 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.