On 13/02/2022 18:30, Pádraig Brady wrote:
On 13/10/2021 14:18, Pádraig Brady wrote:BTW dircolors(1) should probably also have a mode to print LS_COLORS like:$ eval $(TERM=xterm dircolors) $ echo $LS_COLORS | tr : '\n' | sed 's/\(.*\)=\(.*\)/\x1b[\2m\1\t\2\x1b[0m/'The attached implement the above through: dircolors --print-ls-colors
Pushed. For example output see: https://www.pixelbeat.org/patches/coreutils/dircolors.html cheers, Pádraig