Show HN: uvlink – A CLI to keep .venv in a centralized cache for uv
github.comI built this tiny CLI tool that keeps .venv out of cloud-synced project directories by storing the real env in a centralized cache and symlinking it from the project.
Solving this uv issue: https://github.com/astral-sh/uv/issues/1495
Any feedback is welcome :)