dotfiles/.bin/mplay

5 lines
74 B
Plaintext
Raw Normal View History

#!/bin/sh -xe
cd ~/ytdl
PLAY="$(fzf -e)"
[ ! -z "$PLAY" ] && mpv "$PLAY"