Iโ€™m using fzf to build myself a personal music player. This tool is too cool. #fzf

find * -type d | sort | fzf --tac -e -i -s -m --preview 'mpv --input-ipc-server=/tmp/mpv.socket {}' --bind "left:execute(printf '{ \"command\": [ \"seek\", -5 ] }\n' | socat - /tmp/mpv.socket)" --bind "right:execute(printf '{ \"command\": [ \"seek\", 5 ] }\n' | socat - /tmp/mpv.socket)" --bind 'enter:execute(echo "cycle pause" | socat - /tmp/mpv.socket)' --preview-window=up,1,:follow,:wrap

Download

โค‹ Read More