tag.sh: add instructions
This commit is contained in:
parent
6c464a0225
commit
7b8b099a88
@ -1,4 +1,10 @@
|
|||||||
#!/bin/sh
|
#!/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)"
|
TMPFILE="$(mktemp)"
|
||||||
nvim "$TMPFILE"
|
nvim "$TMPFILE"
|
||||||
cat "$TMPFILE" | while read line; do
|
cat "$TMPFILE" | while read line; do
|
||||||
|
Loading…
Reference in New Issue
Block a user