tag.sh: add instructions

This commit is contained in:
dogeystamp 2023-07-13 17:28:09 -04:00
parent 6c464a0225
commit 7b8b099a88
Signed by: dogeystamp
GPG Key ID: 7225FE3592EFFA38

View File

@ -1,4 +1,10 @@
#!/bin/sh
# write entries like
#
# [youtube link];[artist];[album];[track]
#
# track is optional, if it is not there album is set for both
TMPFILE="$(mktemp)"
nvim "$TMPFILE"
cat "$TMPFILE" | while read line; do