lsd icon indicating copy to clipboard operation
lsd copied to clipboard

Windows: if cwd is a symlink, lsd only shows "." in output

Open vvuk opened this issue 5 years ago • 0 comments

If the current Windows working directory is a symlink, lsd only shows "." as output instead of listing the target directory. Works as expected on Linux.

C:\ $ lsd -l
.....
lrwx------               REEF\vladimir                   REEF\None     0 B  Fri Dec 14 14:35:27 2018   proj ⇒ d:\proj
.....
C:\ $ cd proj
C:\proj $ lsd
  .

vvuk avatar Oct 10 '19 20:10 vvuk