From 2d21742ff4c132ca84e4aef60a50cd60cf577910 Mon Sep 17 00:00:00 2001 From: zachir Date: Tue, 15 Jul 2025 21:01:50 -0500 Subject: Add fzf interface for downloaded yt videos (pv.sh) --- pv.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 pv.sh diff --git a/pv.sh b/pv.sh new file mode 100755 index 0000000..688486f --- /dev/null +++ b/pv.sh @@ -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 "{}" -- cgit v1.2.3