--tree
and --recursive
options shouldn't dereference symlinks by default
#637
Labels
kind/bug
Something isn't working
lsd 0.21.0
:xterm-256color
:Expected behavior
lsd should not follow symlinks recursively unless explicitly told to do so, with the
-L
option.This would mimic the way
ls --recursive
,tree
, andfind
work with their default arguments.Actual behavior
Running
lsd --recursive
orlsd --tree
on a directory with looping symlinks (i.e. sysfs directories) will hang because lsd always follows the symlinks recursivelyThe text was updated successfully, but these errors were encountered: