case insensitive

This commit is contained in:
vulpine 2020-08-05 17:15:10 -04:00
parent 58123be548
commit 491d02bdf9
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
while [[ 1 ]]; do
read -p 'continue (^c to cancel)?'
SELSONG=$(fzf -q Music)
SELSONG=$(fzf -i -q Music)
echo "$SELSONG" | sed 's+Music/++'|sed ' s/_/ /g'|sed 's/....$//' | awk -F' - ' '{print "annotate:title=\"" $2 "\",artist=\"" $1 "\":"}' | tr -d "\n"
echo "$SELSONG"