зеркало из
https://github.com/iharh/notes.git
synced 2025-10-29 12:46:06 +02:00
69 строки
1.6 KiB
Plaintext
69 строки
1.6 KiB
Plaintext
https://github.com/jdx/mise
|
|
https://github.com/jdx/rtx-action
|
|
https://github.com/jdx/rtx-versions
|
|
https://github.com/jdx/rtx-versions/tree/main/docs
|
|
https://github.com/jdx/rtx-java-metadata
|
|
https://github.com/joschi/java-metadata
|
|
https://joschi.github.io/java-metadata/index.html
|
|
https://github.com/jdx/rtx-shorthands
|
|
|
|
inst
|
|
https://mise.jdx.dev/getting-started.html
|
|
curl https://mise.jdx.dev/install.sh | sh
|
|
|
|
cli
|
|
mise
|
|
-h, --help
|
|
-v, --verbose
|
|
RTX_VERBOSE=1
|
|
-vv
|
|
-q, --quiet
|
|
p[lugins]
|
|
ls-remote, list-remote, list-all
|
|
a[dd] <plugin-name>
|
|
ls,list
|
|
# list locally installed versions
|
|
ls-remote,...
|
|
<plugin-name>
|
|
list all remote vers
|
|
latest
|
|
<plugin-name>
|
|
latest remote version of plugin
|
|
i[nstall]
|
|
<plugin-name> <plugin-ver>
|
|
|
|
outdated <tool@version>
|
|
show outdated
|
|
!!! to list all
|
|
plugin
|
|
ls-remote -u
|
|
|
|
files
|
|
~/.tool-versions
|
|
~/.local/
|
|
bin/
|
|
mise
|
|
share/mise/
|
|
downloads/
|
|
installs/
|
|
plugins/
|
|
shims/
|
|
|
|
integration
|
|
eval "$(mise activate zsh)"
|
|
|
|
plugins
|
|
https://github.com/jdx/rtx/blob/main/src/default_shorthands.rs
|
|
|
|
shebangs
|
|
#!/usr/bin/env -S mise x ruby@3.0 -- ruby
|
|
puts "running with ruby version: #{RUBY_VERSION}"
|
|
|
|
errors
|
|
Backtrace omitted. Run with RUST_BACKTRACE=1 environment variable to display it.
|
|
Run with RUST_BACKTRACE=full to include source snippets.
|
|
|
|
2023
|
|
https://jdx.dev/posts/2023-04-08-10-rtx-features/
|
|
https://dev.to/jdxcode/beginners-guide-to-rtx-ac4
|