diff options
Diffstat (limited to 'pv.sh')
-rwxr-xr-x | pv.sh | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -0,0 +1,3 @@ +#!/bin/sh + +/usr/bin/ls -t | grep -E '.mp4$|.mkv$|.webm$' | fzf +x | head -1 | xargs -r -d"\n" -I{} mpv "{}" |
![]() |
index : scripts.git | |
A collection of scripts I have written, with the hope that someone may find them useful. | ZachIR |
summaryrefslogtreecommitdiff |