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
When using awless as input for another command, e.g. using pipes, the output isn't colored.
awless
Would be nice to have an option to force colored output regardless if will be printed in a terminal or used as input for another command.
git allows this with the option --color=always.
git
--color=always
The text was updated successfully, but these errors were encountered:
That could be useful indeed so as to keep clarity of output even when piping. Not sure how to do that though yet.
Sorry, something went wrong.
6ab46d5
Just tested it, works like a charm! Thanks!
No branches or pull requests
When using
awless
as input for another command, e.g. using pipes, the output isn't colored.Would be nice to have an option to force colored output regardless if will be printed in a terminal or used as input for another command.
git
allows this with the option--color=always
.The text was updated successfully, but these errors were encountered: