lsd
lsd copied to clipboard
headers missing when --tree is used
- os: MacOS Sonoma 14.0, current as of time of this post
- lsd --version: 1.0.0, installed 10 mins ago via Homebrew
- echo $TERM: xterm-256color
- echo $LS_COLORS: none -- empty return value (see pic, below)
Expected behavior
Display headers when adding --tree
option.
Actual behavior
When option --tree
is added, then --header
is ignored.
I realize a direct comparison to competing tool is not the end-all, be-all of LSD, but I'm including a pic of how eza
retains headers (flag -h
) when tree mode (flag -T
) is included.
/kind enhancement