Y
Hacker News
new
|
ask
|
show
|
jobs
by
zeppelin101
332 days ago
pipx is still the best tool for standalone utility type of packages: "yt-dlp", "glances" (like htop), etc.
1 comments
asa400
332 days ago
You can, however, use uv for this, e.g., `uvx yt-dlp` works like it would in pipx.
https://docs.astral.sh/uv/guides/tools/
link
https://docs.astral.sh/uv/guides/tools/