Hacker News new | ask | show | jobs
by kstrauser 207 days ago
It's vastly improved now. With uv, many times you can download a new utility off GitHub and run it with `uv run foo.py`, including fetching its dependencies.
1 comments

Cool, thanks!