We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For lsx to work in windows, on needs to port install.sh and lsx.sh to powershell script.
install.sh
lsx.sh
The text was updated successfully, but these errors were encountered:
You probably might want to use batch for this, if possible, because PowerShell by default disallows script execution. It's really wild
Sorry, something went wrong.
Little bit bigger than that. lsx compiles just fine for windows, but there's a persistent error regardless of input;
lsx
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
No branches or pull requests
For lsx to work in windows, on needs to port
install.sh
andlsx.sh
to powershell script.The text was updated successfully, but these errors were encountered: