Strip ANSI color codes from the source command output but not from the preview command #2653
Answered
by
vovcacik
andreypopp
asked this question in
Q&A
-
Is it possible to instruct I've found out that setting |
Beta Was this translation helpful? Give feedback.
Answered by
vovcacik
Nov 3, 2021
Replies: 1 comment
-
None that I know of. Disable the colored output, or put some stripper in between, e.g. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
andreypopp
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
None that I know of. Disable the colored output, or put some stripper in between, e.g.
git status | stripansi | fzf
. Program that passes STDIN to STDOUT with color codes stripped?