Refreshing
Refreshing
Posted Jun 10, 2021 2:00 UTC (Thu) by NYKevin (subscriber, #129325)In reply to: Refreshing by kschendel
Parent article: Rewriting the GNU Coreutils in Rust
In theory, most tools should be smart enough to completely disable color when TERM=dumb. Unfortunately, it seems that GNU ls (with --color=auto) just checks isatty and assumes that all reasonable ttys can support at least 16 colors (which is probably a fair assumption these days, but IMHO "dumb" means "no really, I can't do anything other than clearing the screen, don't try to get clever with me" rather than "just assume I'm a vt100 or whatever"). I have not tried exa.
