-
Notifications
You must be signed in to change notification settings - Fork 20
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
Add resetted styling #40
Conversation
Thanks. In general I don't have issue with what you're trying to do there but I'm not sure I like the |
Hi, thank you for considering and your feedback! Whatever naming feels best for you, I will go with. Should I rename to your proposal? |
If you don't have a better suggestion, then yes. We appreciate your help! |
Allright, I will have a look once the other PR is merged, since itll need a refactor of tests anyway than. |
Hi, I've renamed the function and tests are green. |
I will also do a quick update of the readme |
done |
Thanks |
@schoki040 I'd like to test this in nushell but I can't because lscolors isn't updated. Have you already submitted a PR there? This is the error I'm getting.
UPDATE I found this sharkdp/lscolors#66 |
Hi, yes exactly. Right now im working on getting the pipelines green. Mutually exclusive features and |
Should include the more friendly API breakage from nushell#47 Still a breaking change compared to 0.47 based on nushell#40
Hi,
gnu coreutils are are in parts resetting styles everytime they are applied.
To make this available in uucoreutils (the rust drop in replacement for gnu core utils) I added a chainable style called "resetted" which will print the reset style before the actual string.
Related PR
Please see the code and I hope this feature can make it.