top | item 44415228

(no title)

hacb | 8 months ago

So if I understand it correctly, it's a mix between GNU Make and `asdf`?

discuss

order

foldr|8 months ago

I use it just as a better asdf. I don’t quite see the point of the rest of its functionality, but “asdf without needing to install plugins” is a compelling enough proposition for me.

nchmy|8 months ago

I'm in the same position at the moment, though I actually do see the point of the rest of the functionality. I just don't use it.

figmert|8 months ago

On top of that, it also enabled environment management (replacing direnv). Env vars can also be retrieved from secret stores.

It can also manage tools from various backends, e.g. go, aqua, cargo, npm, ubi and others

kstrauser|8 months ago

What does that “manage tools” bit get you? I started using mise as a replacement direnv a while ago and it’s nice enough: cd into a directory and voila, the Python virtualenv is activated. I like that. But in what way could it manage, say, npm or cargo that would be useful?

I feel like I’m missing something important here, as lots of people seem to adore mise, and I like it just fine for the limited use I put it to, but I haven’t had that aha moment yet that makes it indispensable for me.

vsviridov|8 months ago

I wish they had some direct envrc support, so that legacy projects wouldn't have to be migrated to mise.toml

linhns|8 months ago

Somewhat, but it’s easier to use than asdf

micvbang|8 months ago

Yep! And direnv on top of that :)