You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i don't want to install glow or anything to get a colorless output
please consider supporting NO_COLORS, or TERM=dumb/xterm-mono and/or test -t 0 for non terminal outputs. as it is stands piping to less or redirecting to a file fills it with color codes and makes it impossible to read.
it's a 3 line minimally tested patch and i will gladly provide it
thanks for the nice tool!
The text was updated successfully, but these errors were encountered:
i don't want to install glow or anything to get a colorless output
please consider supporting NO_COLORS, or TERM=dumb/xterm-mono and/or
test -t 0
for non terminal outputs. as it is stands piping to less or redirecting to a file fills it with color codes and makes it impossible to read.it's a 3 line minimally tested patch and i will gladly provide it
thanks for the nice tool!
The text was updated successfully, but these errors were encountered: