usage plugin for the mise version manager.
TODO: adapt this section
bash
,curl
,tar
, and POSIX utilities.SOME_ENV_VAR
: set this environment variable in your shell config to load the correct version of tool x.
Plugin:
mise plugin add usage
# or
mise plugin add usage https://github.com/jdx/mise-usage.git
usage:
# Show all installable versions
mise list-all usage
# Install specific version
mise install usage latest
# Set a version globally (on your ~/.tool-versions file)
mise global usage latest
# Now usage commands are available
usage --version
Check mise readme for more instructions on how to install & manage versions.
Contributions of any kind welcome! See the contributing guide.