dotfiles/.bin/mplay

5 lines
74 B
Bash
Executable File

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