From 520f11fb8f87df55c8baa21e5278563e56b9099a Mon Sep 17 00:00:00 2001 From: Cole Cecil Date: Sun, 4 May 2025 20:56:10 -0500 Subject: [PATCH] docs: Add vfox to list of tools supporting Nushell (#15687) This change adds [vfox](https://github.com/version-fox/vfox) to the list of tools that support Nushell in the readme. This is a tool for managing multiple versions of SDKs (similar to [asdf](https://asdf-vm.com/), but cross-platform). After some work by me and another contributor (see https://github.com/version-fox/vfox/issues/207), vfox now works in Nushell! --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8e37b97f51..ff5ffe4731 100644 --- a/README.md +++ b/README.md @@ -222,6 +222,7 @@ Please submit an issue or PR to be added to this list. - [Dorothy](http://github.com/bevry/dorothy) - [Direnv](https://github.com/direnv/direnv/blob/master/docs/hook.md#nushell) - [x-cmd](https://x-cmd.com/mod/nu) +- [vfox](https://github.com/version-fox/vfox) ## Contributing