update README

This commit is contained in:
Emma Tebibyte 2023-11-19 15:14:09 -07:00
parent bf3da17482
commit 9b8cca6de5
Signed by: emma
GPG Key ID: 6D661C738815E7DD

8
README
View File

@ -3,11 +3,15 @@ viewing and interacting with YouTube videos.
Dependencies: Dependencies:
- curl(1) - curl(1)
- fzf(1)
- jq(1) - jq(1)
- mpv(1) - mpv(1)
- yt-dlp(1) - yt-dlp(1)
Variables:
$YTPICK
- Set this variable to a dmenu-compatible picker for use with the pick
subcommand.
Usage: Usage:
yt add | archive | cache | clone | music | pick | play | queue | verify yt add | archive | cache | clone | music | pick | play | queue | verify
@ -27,7 +31,7 @@ music uri...
- Downloads a video as audio, splitting it by chapter - Downloads a video as audio, splitting it by chapter
pick file... pick file...
- Opens fzf(1) to a list of videos in a file - Opens $PICKER to a list of videos in a file
play uri... play uri...
- Plays a video, caching its title first - Plays a video, caching its title first