vfox icon indicating copy to clipboard operation
vfox copied to clipboard

A cross-platform and extendable version manager with support for Java, Node.js, Flutter, .Net & more

Results 128 vfox issues
Sort by recently updated
recently updated
newest added

**Version** 0.5.3 **OS** Windows **Describe the bug** The command `vfox cd` does not work on Windows. Instead of switching the shell directory as expected, it prints the usage instructions. **Screenshots[optional]**...

bug

#### 1. Your usage scenarios? Clear one or all plugin paths introduced by vfox from the `$Path` environment variable. #### 2. What is your expected outcome? ``` shell vfox disable...

enhancement

Follow your command to benchmark, you run `node -v` for vfox, and just `node` for asdf ![image](https://github.com/version-fox/vfox/assets/2740696/840a3a11-d673-4226-9460-95053f53abe9) The result is very difference when run the same `node -v`, in my...

question

You've added [comparison with asdf](https://vfox.lhan.me/misc/vs-asdf.html), but there is another tool exists: [mise](https://mise.jdx.dev) (former `rtx`) Which takes same approach, as `vfox`, with environment variables, written in Rust, and supports `asdf` plugins...

question

#### 1. Your usage scenarios? #### 2. What is your expected outcome?

enhancement

**Version** vfox version 0.3.2 1. 启用new terminal 2. 执行`vfox use [email protected]` 在普通的terminal中正常,输出环境变量中没有vfox添加的java信息。 **OS** macOS、Linux、Windows **Describe the bug** Jetbrains这个new terminal不会是执行一条命令完毕后就新建一个terminal吧... **Screenshots[optional]** ![image](https://github.com/version-fox/vfox/assets/43847411/25eeb87f-6e1c-42fe-9faf-ae561f9366b9) ![image](https://github.com/version-fox/vfox/assets/43847411/4214333e-03ce-4450-a322-c45e629ef92f)

bug

#### 1. Your usage scenarios? 比如说我经常使用 nodejs,我敲命令时需要敲很长: ```sh vfox use [email protected] ``` 如果有环境变量,我就可以可以写一个 shell 函数, ``` function nvf() { VFOX_PLUGIN_NAME=nodejs vfox $* } ``` 这样我就只需要用 nvf use xxx 即可 ####...

enhancement

**Version** 0.2.6 **OS** macOS **Describe the bug** 执行以下命令 vfox add maven/maven vfox install [email protected] vfox use -g maven 命令执行成功后,在当前终端窗口可以正常使用 mvn 命令,新建终端窗口后 mvn 命令失效

bug

**Version** 0.2.6 **OS** macOS **Describe the bug** vfox environment variables have higher priority than python venv. As a result, python venv cannot actually take effect. I think `vfox use -p`...

bug