We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dysk never outputs color with watch -c.
I'd expect this usage to be possible with --color yes (or force?).
--color yes
watch -c dysk --color yes
expected the output is colored
actual output is not colored.
Some tools behaves this way. Ex the crate dua does output colors when executing watch -c dua.
dua
watch -c dua
The text was updated successfully, but these errors were encountered:
This is weird. It looks like watch removes the color, I have no idea why.
watch
Try this:
dysk --color yes > colored
Then you can check the output is colored with
cat colored
But if you do
watch -c cat colored
then there's no color.
Sorry, something went wrong.
I also checked there's no problem with neowatch.
watch + dua do work though. No idea what's going on 😆
Thanks for neowatch! I didnt know this one.
No branches or pull requests
Description
dysk never outputs color with watch -c.
I'd expect this usage to be possible with
--color yes
(or force?).steps to reproduce
watch -c dysk --color yes
expected the output is colored
actual output is not colored.
additional info
Some tools behaves this way. Ex the crate
dua
does output colors when executingwatch -c dua
.The text was updated successfully, but these errors were encountered: