lsd icon indicating copy to clipboard operation
lsd copied to clipboard

Cannot `lsd ~` on windows

Open Nemo157 opened this issue 10 months ago • 7 comments

  • os: Windows 10
  • lsd --version: lsd 1.0.0
  • echo $TERM: PowerShell 7
  • echo $LS_COLORS: -

Expected behavior

The same as ls $env:HOME

Actual behavior

lsd: ~: The system cannot find the file specified. (os error 2).

Notes

It appears that lsd supports globs itself on windows, I would expect it to do the same for other common shell shorthands like ~ that powershell doesn't expand itself.

Nemo157 avatar Sep 15 '23 10:09 Nemo157