jdx

Results 151 issues of jdx

I had a couple of ideas for how we can make task output cleaner. These names are working titles. * "replacing" - this would work like `mise install` where it...

enhancement

Full disclosure, this is a complex issue that probably won't make much sense to anyone except me. I'm just writing down my thoughts to come back to this later as...

enhancement

The [scripts](https://github.com/jdx/mise/blob/main/scripts) should be converted into mise tasks Related #1567

good first issue

@booniepepper this isn't working right but I'm curious if you have any ideas. The problem is that it will still load your rc files, so if you do something like...

I had an idea reading rvm's documentation and its similar (but not the same as what I'm proposing here) as their `rvm in` [command](https://rvm.io/set/do). We already have support for `rvm...

enhancement

I want to see a new top-level topic for us to store some codegen things for mise. - [ ] `mise generate config` - currently we have this as `mise...

enhancement
help wanted

we should have the ability for plugins to define backends. Right now they have to be specified in the core rust code. This will likely involve a challenging refactor as...

enhancement

internally mise does quite a bit of serializing/deserializing. None of this is user-facing but used for things like cache files and internal env vars like __MISE_DIFF which stores some state...

enhancement
help wanted

I think empty strings should be the same as not defined, e.g.: ``` $ COLOR= mycli ``` Users commonly use an empty string in env vars like this since it's...