You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is this related to #1186? The main issue for me right now is that when just echos the command that it's running, it prints it in white, and this gets lost amongst the other output. It is a small issue admittedly, but I feel like it would make the overall experience more pleasing.
Is this related to #1186? The main issue for me right now is that when just echos the command that it's running, it prints it in white, and this gets lost amongst the other output. It is a small issue admittedly, but I feel like it would make the overall experience more pleasing.
Perhaps slightly, the feature proposed here could be used to decide in a recipe whether to use the {{color}}/{{\color}} "tags" proposed in #1186, but implementation wise I'd think they are not related.
It would be nice to allow recipes to query if
just
output is colored or not, recipes could use color whenever just output itself is colored.Example (syntax for demonstration only):
A justfile like this could be nice in CI to color subcommands (call via
just --color=always
), and still behave correctly when piped to a file.As far as I see
just
can independently color its standard output and error streams, so it might make sense to provide queries for both.The text was updated successfully, but these errors were encountered: