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
The color becomes annoying and unwanted when outputs to pipe
~ $ tldr ls | less
or Emacs
(shell-command-to-string "tldr ls")
Some programs such as ls provide --color=auto|never|always
ls
--color=auto|never|always
The text was updated successfully, but these errors were encountered:
👍
Note that if your goal is using a pager to view the pages, you can also set the use_pager config variable.
Sorry, something went wrong.
Here are more details about different approaches https://no-color.org/
4c413d7
No branches or pull requests
The color becomes annoying and unwanted when outputs to pipe
or Emacs
Some programs such as
ls
provide--color=auto|never|always
The text was updated successfully, but these errors were encountered: