Comment on Tool to manage CLI tools
Andy@programming.dev 11 months agoGreat! If you get a chance, I’d be interested to hear about your rtx complaints.
Comment on Tool to manage CLI tools
Andy@programming.dev 11 months agoGreat! If you get a chance, I’d be interested to hear about your rtx complaints.
RegalPotoo@lemmy.world 11 months ago
Tbh, I think my issues are less with rtx itself and more the plugins I’m using and the constraints imposed by the asdf plugin structure.
I ran into issues where poorly written plugins could fail to install, but rtx wouldn’t recognise the issue and if I re-ran “rtx install” a second time it would tell me that the runtimes were all up to date. I’ll see if I can put together a GitHub issue describing it in more detail.
It’d be nice if there was a simple way to reference a local directory as a plugin for a project rather than having to publish a separate git repo.
Generally it’s a really well built tool and the docs are excellent, my complaints are nitpicks