Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows support #16

Open
souvikinator opened this issue Nov 2, 2021 · 2 comments
Open

Windows support #16

souvikinator opened this issue Nov 2, 2021 · 2 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@souvikinator
Copy link
Owner

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

@souvikinator souvikinator added the enhancement New feature or request label Nov 2, 2021
@souvikinator souvikinator added the help wanted Extra attention is needed label Dec 31, 2021
@itslychee
Copy link
Contributor

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

@zQueal
Copy link

zQueal commented Aug 9, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants