mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03:00
[GH-ISSUE #184] Allow custom prefixes #81
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?
Originally created by @eugenesvk on GitHub (Sep 21, 2021).
Original GitHub issue: https://github.com/bootandy/dust/issues/184
It'd be great if we could set an environment variable/config option that would replace the default prefixes
For example, I have 4 files of 1b, 1k, 1m and 2m sizes, the default
dust -b -sview is:I'd prefer it to look like:
this way it's easier to differentiate between bytes and kilobytes as well as between kilo and mega (since
Mis capitalized vsk)@bootandy commented on GitHub (Sep 24, 2021):
Sorry, I'm not convinced this is worth doing. thanks for you thoughts though.