Closed yozachar closed 1 year ago
has it been a request for this? It shouldn't make a lot of sense for bin
users to have multiple version of it.
I prefer no to merge this unless there's a clear need from more users. Thx for the kind request!
If you want to have multiple versions of bin
, you can check rtx
or asdf
.
rtx plugin add bin https://github.com/joe733/asdf-bin.git
rtx ls-remote bin
rtx i bin@latest
I agree with marcosnils, It shouldn't make a lot of sense for multiple versions for tools like bin. a latest version should be enough. As they are not language runtimes like go, python. versions required for projects.
I've created an
asdf
pluginasdf-bin
, which can help install multiple versions ofbin
, which developers might find very handy. So, in the installation section of theREADME.md
, as an alternate/unofficial method you can add the possibility of installingbin
usingasdf
.