alias mpc_selector='response=$(IFS=$(echo -en "\n\b") && zenity --width=800 --height=400 --list --title "select song" --column="selection#" --column="songs to select from" $(mpc playlist | sed "=")) && mpc play $(sed "s/^.*|//" <<< "${response}")'
No comments:
Post a Comment