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

Consider matching executable names case-insensitively #83

Open
autarch opened this issue Dec 25, 2024 · 0 comments
Open

Consider matching executable names case-insensitively #83

autarch opened this issue Dec 25, 2024 · 0 comments

Comments

@autarch
Copy link
Member

autarch commented Dec 25, 2024

This was inspired by the https://github.com/bscan/PerlNavigator project, where the releases contain an executable named perlnavigator. I started working on this in a branch named case-insensitive, but it got a bit convoluted.

The main issue is that right now, ubi actually renames files it downloads if they're not in an archive (tar/zip) file. For example, the rust-analyzer-x86_64-unknown-linux-musl.gz file gets installed as rust-analyzer.

Combining this with the case-insensitive matching got a little confusing. I will maybe come back to this in the future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant