1 2 3
#!/bin/sh /usr/bin/ls -t | grep -E '.mp4$|.mkv$|.webm$' | fzf +x | head -1 | xargs -r -d"\n" -I{} mpv "{}"