Last active
August 29, 2015 14:03
-
-
Save henry0312/c9484a3624512e732f69 to your computer and use it in GitHub Desktop.
mpv-open
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mpv-open() { | |
mpv $@ "$(find . -type f \( -name "*.ts" -o -name "*.mp4" -o -name "*.mov" -o name "*.mkv" \) | peco)" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment