-
Notifications
You must be signed in to change notification settings - Fork 507
New issue
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
Is it possible to write the command you are executing using a color that distinguishes it from the rest of the output? #1186
Comments
Commands are echoed in bold, but that doesn't stand out a ton, and I can see how they would get lost in other output. I wouldn't be opposed to a setting that changed the highlight color, e.g.:
|
Yes, please. On Windows 10 all lines are the same, bold doesn't work. |
It would be amazing to have something like |
Ah, I didn't know that. If you do |
Yep, the cyan works. The bold not. |
It's quite easy to do it in nushell with just, here is a example: https://github.com/hustcer/setup-nu/blob/main/Justfile#L44 |
OK. Thank you. But this is impossible for me because:
|
This is nice, and I love nushell, but this requires you to explicitly define the colored print messages. I think rust has some libraries to facilitate colored printing. I'm still a newbie at rust, but maybe I'll try my hand at this issue. |
It would be nice to have a way to distinguish the command from the output of the same when there are so many one after the other.
Is it possible to write the command you are executing using a color that distinguishes it from the rest of the output?
The text was updated successfully, but these errors were encountered: