ff
ff copied to clipboard
Add `--color=auto/always/never`
As in git
Also, check terminal detection under docker.
always — colorize the output unconditionally never — do not colorize the output auto [default] — detect if we are running in a terminal (isatty?) and colorize only if in terminal
What auto acts?
added to the description
auto [default] — detect if we are running in a terminal (isatty?) and colorize only if in terminal
Can ff be launched not in terminal?
Yes, when launched from a script or a command, like ff | less, stdout is a pipe, not a terminal (teletype, tty).