Description
Discussed in #4436
Originally posted by kenbankspeng February 17, 2025
go 1.24.0 introduced 'go tools' for version management of tools (written in go) required for the project, which many in the community feel is going in the wrong direction.
So I think to myself, well I should just use Mise. But then I hesistated as I currently use Mise as a package manager of bigger things, like rtes and package managers and didn't want to intermingle a multitude of smaller binaries.
Unless my thinking is misaligned, I would be more inclined to use Mise for more things if it supported a simple grouping by the backend used, so that for example, mise list --grouped
would list them grouped by the backend they were installed from, and mise list --backend go
would list only the tools installed via the go backend.
Thoughts?