mise
mise copied to clipboard
dev tools, env vars, task runner
**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...
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...
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...
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...
**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....
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,...
Once we have the doc site up, it should have articles on integrating rtx with different IDEs
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...
**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...
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...