jdx / mise

dev tools, env vars, task runner
https://mise.jdx.dev
MIT License
9.38k stars 262 forks source link

Allow specifying an asdf plugin url #2698

Closed nickchomey closed 3 days ago

nickchomey commented 3 days ago

The asdf plugin repo is seemingly abandonned - 66 plugin PRs have been sitting in limbo for 7 months.

asdf has the capability to specify a git url asdf plugin add <name> <git_url>

I cant find anything equivalent in mise. Could it be added?

nickchomey commented 3 days ago

Nevermind. It is totally possible mise plugins install <name> <url>

I was trying to use mise use -g <name> <url>, which is what I always do rather than install first.