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** The `rtx install ` format (the `asdf install` syntax) has issues when the `` is non-numeric version (semver?). In those cases, rtx thinks that the `` is...

bug

I want a way to see a graph of the dependency tree. I'm not at all sure what UI we could/should display here. If anyone knows of a CLI that...

enhancement
help wanted

Hi! I really love RTX, but wished it had a working Windows version. Since this is a rust project, in theory it can be cross-compiled Windows. The main issue would...

enhancement

wildcards are supported as task dependencies but they should be allowed in `rtx run` CLI commands as well.

enhancement
help wanted

we should make it possible to namespace topics with bash tasks. e.g.: if I create a task at `.rtx/tasks/foo/bar/baz`, I should be able to run it with something like `rtx...

enhancement
help wanted

optionally of course

enhancement
help wanted

this is actually the wrong repo for this but figured I would post it to get more eyes on it I wrote this UI prompt library based on [huh?](https://github.com/charmbracelet/huh) for...

enhancement

I think if there is no "default" task, then `rtx run` should show a list of available tasks allowing you to select one to execute

enhancement
help wanted
good first issue

inspired by [xc](https://github.com/joerdav/xc) as well as something I wanted to automate in the [contributing doc](https://github.com/jdx/rtx/blob/main/CONTRIBUTING.md#just), I want to do some kind of integration of tasks and documentation. This could be...

enhancement

right now the directories `.config/rtx/tasks` and `.rtx/tasks` are hardcoded and cannot be changed. This should be configurable.

enhancement