ogham / exa

A modern replacement for ‘ls’.
https://the.exa.website/
MIT License
23.51k stars 660 forks source link

Fix #882: add coloring of multihardlinks filenames; do not ignore "mh" in LS_COLORS #1156

Open mstelmas opened 1 year ago

mstelmas commented 1 year ago

This fixes issue 882

It adds coloring of files with multiple hard links using the default color (red on black; any suggestions for a better pick?) or the one specified via the "mh" property in LS_COLORS. The behavior seems consistent with the one provided by the 'ls' utility.