-
-
Notifications
You must be signed in to change notification settings - Fork 753
NO_COLOR or --no-color options #3057
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
Comments
Even supporting In the meantime, you should be using |
What's wrong with the |
I didn't know there was a |
zellijz doesn't support `NO_COLOR` (yet), but there's a GitHub issue at zellij-org/zellij#3057 which also provides the hint to use the `--no-formatting` arg.
zellijz doesn't support `NO_COLOR` (yet), but there's a GitHub issue at zellij-org/zellij#3057 which also provides the hint to use the `--no-formatting` arg.
zellij
does not seem to support theNO_COLOR
environment variable, or have a a--no-color
option, which makes it hard to script the CLI as for instance:will fail with
while
The reason is that
LAST_SESSION
contains the color codes. Now, if we do this instead, this will work.TL;DR supporting
NO_COLOR
or--no-color
would make scriptingzellij
with the shell much easier.The text was updated successfully, but these errors were encountered: