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

#### 1. Your usage scenarios? ubuntu #### 2. What is your expected outcome? 像我用ubuntu里自带python和java17,我就没有必要在vfox在装了。而且自带的删除会有很多麻烦。 能不能通过vfox list命令或者其它命令显示已经安装的版本时,还会显示vfox以外的版本,我们不旦可以通过vfox的命令设置其内的版本还能通过命令切换到系统自带vfox以外的版本。

enhancement

I love that the cache directory can be changed! But I would also like to change $VFOX_HOME sorta speak. Just being selfish, but I don't like my home directory being...

enhancement

GCC/Clang plug-in is required

**Version** `0.2.6` **OS** macOS **Describe the bug** I already tried to reinstall flutter and vfox and such, already checked out the shell path that I was configured (thought I have...

bug

### I specified the version in the project using ` vfox use node@12` ![image](https://github.com/version-fox/vfox/assets/18353610/a463a05c-bcde-4b29-8433-4fe54ea352fd) ### Using `node -v` to check the version, it indeed confirms the successful switch. ![image](https://github.com/version-fox/vfox/assets/18353610/bda36d52-2602-4039-8cb5-2e6ec823c007) ###...

bug

https://www.nasm.us/

enhancement
good first issue
plugin

**Version** The version you are currently using **OS** macOS、Linux、Windows **Question Description** A clear and concise description of what the question is. intel9的mac,os:14.3 (23D56) 安装python3 和 2 都会报错,还是说我只能使用OS X 14.3 using...

question

**Version** 0.2.4 **OS** Windows **Describe the bug** If you use native GitBash, you cannot choose, eg. `vfox use` and `vfox search` **Screenshots[optional]** ![image](https://github.com/version-fox/vfox/assets/40265686/f2609367-f674-4720-9766-e0941d53d5a9) ## NOTE: It's not vfox's issue, it's...

bug
help wanted

#### 1. Your usage scenarios? Support custom mirror address, such as: For github, you can use: https://mirror.ghproxy.com For nodejs, you can use: https://npmmirror.com/mirrors/node/ or internal service of the enterprise ####...

enhancement

**Version** The version you are currently using **OS** macOS **Describe the bug** ``` vfox use java@21 --global ``` 执行后没有报错,只是当前会话生效 必须使用下面这个才可以 ``` vfox use --global java@21 ``` **Screenshots[optional]** If applicable, add...

bug