mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03:00
[GH-ISSUE #37] Optiong to not color output #18
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 @kbknapp on GitHub (Nov 18, 2019).
Original GitHub issue: https://github.com/bootandy/dust/issues/37
It'd be great if there was an option to not color the output, or if automatically detected that the output was not a TTY and skipped coloring automatically. This would help when using
dust | lessor with things likewatch.@bootandy commented on GitHub (Nov 26, 2019):
I'll have a look at this soon
@bootandy commented on GitHub (Dec 7, 2019):
watch -c | dustwill work too. Although I would still like to add a no color version.
@bootandy commented on GitHub (Dec 9, 2019):
can now do this by running
dust -con version 0.4.2