yvm-yt
v0.1.0
Published
Minimal Ink TUI for yt-dlp
Readme
yvm-yt
Minimal terminal UI for yt-dlp built with Ink.
Features
- Paste a YouTube URL
- Pick a curated download preset
- Watch live download progress
- Auto-detect or download the
yt-dlpbinary
Development
bun install
bun run check
npm run build
bun run devRun As A CLI
For local testing with the exact package-manager commands:
npm link
bun linkAfter that, from any directory on your machine:
npx yvm-yt
bunx yvm-ytPublish
The published package is built automatically when you pack or publish:
npm packTo make npx yvm-yt and bunx yvm-yt work on other machines without linking, publish it to npm:
npm publish