From 7b8b099a88e53c0a4c0b2bd84c3b576e88a22b4c Mon Sep 17 00:00:00 2001 From: dogeystamp Date: Thu, 13 Jul 2023 17:28:09 -0400 Subject: [PATCH] tag.sh: add instructions --- src/.local/bin/tag.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/.local/bin/tag.sh b/src/.local/bin/tag.sh index 162ae89..64dc75f 100755 --- a/src/.local/bin/tag.sh +++ b/src/.local/bin/tag.sh @@ -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