jdx

Results 148 issues of jdx

Currently, when using `rtx activate`, rtx will prepend PATH entries to the very front of PATH, e.g.: ``` PATH="~/.local/share/rtx/installs/java/xx/bin:/usr/bin:..." ``` However this might be more aggressive than it should be....

enhancement
help wanted

I want a way to use rtx to install a tool to an arbitrary directory (one not managed by rtx). This way rtx can be a replacement for tools like...

enhancement

Plugins need the ability to declare dependencies on other plugins. Exactly how this would be defined is unclear, and it will be fairly complex to try to implement it, but...

enhancement

depends on #851

enhancement

We should have a MISE_ARCH env var which can be used to execute plugin scripts with `arch -x86_64`. Doing this will allow installing/running plugins in rosetta on arm macs. Currently...

enhancement
help wanted

`rtx upgrade` was added in #534 but it's intended to be used for version number upgrades (e.g.: 1.0.0 -> 1.0.1). It doesn't know how to upgrade ref tags that don't...

enhancement

I have a vague idea for a new command, working title is `rtx export` but there are a lot of names I've thought of that might also work like `rtx...

enhancement