mise icon indicating copy to clipboard operation
mise copied to clipboard

dev tools, env vars, task runner

Results 477 mise issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Reinstalled the Ruby plugin. Ran `bundle` command from a new Rails app. (bundle is a command to install the libraries define in the _Gemfile_ file) It fails...

bug

Perhaps it could be nice to add this litlle script to a contrib directory or something else you think is better to avoid user to add with a bad script...

enhancement

we should have similar support to direnv's `use nix` feature. Perhaps something like this: ```toml [env] "@nix" = "default.nix" "@nix:flake" = "flake.nix" ``` I noticed https://github.com/nix-community/nix-direnv but only briefly glanced...

enhancement
help wanted

It might be possible to use `rtx activate` in scripts if I used preexec instead of precmd in zsh. It looks like this package provides preexec for bash too: https://github.com/rcaloras/bash-preexec...

enhancement

**Describe the bug** Adding `eval "$(rtx activate zsh)"` to ~/.zshrc swallows all exit codes, so exit code outputs are no longer show, e.g. `random_command` doesn't say command does not exist....

bug

In theory I should be able to set CLICOLOR_FORCE and FORCE_COLOR to make subprocesses output color. If rtx has color enabled of course. If you know of other env vars,...

enhancement

Once we have the doc site up, it should have articles on integrating rtx with different IDEs

enhancement

I'm wondering if I could make rtx behave like a shell, maybe if I detect it's being run as something like /usr/local/bin/rtx-bash. That way in IDEs people don't need to...

enhancement

**Describe the bug** asdf has the `asdf list all` command but rtx seems to support only the `rtx list-all` format. **To Reproduce** It can be easily reproduced just by running...

bug

tasks can accept arguments (sort of) but I think this could be more formally defined. Maybe this could be paired with demand to have tasks automatically prompt as well as...

enhancement
breaking change