▲ | Symbiote 7 months ago | ||||||||||||||||
ls does colored output. I'm surprised it's not the default for you. | |||||||||||||||||
▲ | cb321 7 months ago | parent [-] | ||||||||||||||||
If you run `dircolors --print-database|less` you will see that GNU ls only highlights/colors the path/filenames according to a simplistic scheme where a file can only resolve to one type even though on many terminals today "foreground overlays background overlays bold/italic/etc". (https://github.com/c-blake/lc#vector-typemulti-dimensionalit... has a more advanced idea.) This tool by triyanox -- just from the screen shot if you click through -- will also colorize permission masks and sizes, dates, user & group. | |||||||||||||||||
|