Svelte Hacker News logo
  • top
  • new
  • show
  • ask
  • jobs
  • about

Show HN: uvlink – A CLI to keep .venv in a centralized cache for uv

github.com

2 points by corychu 6 hours ago

I 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 :)