mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03:00
[PR #572] feat: add --dim flag to render percent bars in dark grey #556
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/572
Author: @aleeraser
Created: 4/22/2026
Status: 🔄 Open
Base:
master← Head:feat/dim-white-bars📝 Commits (1)
8414449feat: add --dim flag to render percent bars in dark grey📊 Changes
11 files changed (+27 additions, -6 deletions)
View changed files
📝
README.md(+1 -2)📝
completions/_dust(+1 -0)📝
completions/_dust.ps1(+1 -0)📝
completions/dust.bash(+1 -1)📝
completions/dust.elv(+1 -0)📝
completions/dust.fish(+1 -0)📝
man-page/dust.1(+4 -1)📝
src/cli.rs(+4 -0)📝
src/config.rs(+4 -0)📝
src/display.rs(+8 -2)📝
src/main.rs(+1 -0)📄 Description
This has been bugging me since quite some time.
Bars default to terminal color; --dim applies DarkGray (ANSI 8) to reduce brightness on dark-background terminals.
Also configurable via
dim = truein config.toml.Note: this is AI generated, but built and tested manually.
Before:
After:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.