git.fiddlerwoaroof.com
scripts/dmenu_queue_mpd
1359b622
 #!/usr/bin/zsh
 
 chosen=`mpc playlist -f "[%position%: %artist% - %album% - %title%]" | dmenu -l 15 -i | cut -d: -f 1`
 (( target=(`mpc current -f "[%position%]"` + 1) ))
 
 mpc move $chosen $target