lsx icon indicating copy to clipboard operation
lsx copied to clipboard

Windows support

Open souvikinator opened this issue 4 years ago • 2 comments

For lsx to work in windows, on needs to port install.sh and lsx.sh to powershell script.

souvikinator avatar Nov 02 '21 05:11 souvikinator

You probably might want to use batch for this, if possible, because PowerShell by default disallows script execution. It's really wild

itslychee avatar Jan 29 '22 04:01 itslychee

Little bit bigger than that. lsx compiles just fine for windows, but there's a persistent error regardless of input;

lsx error: some error occured
 list size -3 must be greater than 0

But most other commands work fine;

❯ lsx set-alias -p "C:/Users/zqueal/Downloads" -n downloads
INFO: done

But they won't work;

  Users 
❯ lsx downloads

zQueal avatar Aug 09 '22 09:08 zQueal