Han Li
Han Li
If you are interested, you can provide a PR. ;)
> I'm interested in implementing this. What could I do? I've checked other shells' implementation and there's a little magic inside what the implementors should know. > > My questions:...
> ```shell > vfox disable zig > vfox disable -a/--all > ``` I think `vfox unuse` command is better. ```shell vfox unuse zig@version vfox unuse zig vfox unuse --all ```
> Well, it's easy to understand, but there is no such a verb😂 Indeed 😂, But `disable` is not very appropriate. It can be easily understood as disabling plugins. If...
> What do you think @version should do to users? Maybe it should be ignored. Indeed. Runtime name is enough. > I think the word free being quite fitting. Hmm....
这个已经写在roadmap里了, https://github.com/version-fox/vfox/blob/main/README_CN.md#%E8%B7%AF%E7%BA%BF%E5%9B%BE 最后一条, 就是解决这个.
I did a quick benchmark and here are the results. Performance has decreased, I need to find out what case this issue.
> So I waited until #188 became available and tried it this morning. The first thing that I noticed is that when I press the 'enter' key, my command prompt...
> I understand that additional checks are not free. But I don't understand why handling a `.tool-versions` file takes a really small amount of time and handling a `.node-version` takes...
> It also [supports shims](https://mise.jdx.dev/dev-tools/shims.html) (as asdf), because environmental variables doesn't work well with IDEs. This might be worth my attention, we have one feedback #84 similar to this before....