diff options
author | zachir <zachir@librem.one> | 2025-07-15 21:01:50 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2025-07-15 21:01:50 -0500 |
commit | 2d21742ff4c132ca84e4aef60a50cd60cf577910 (patch) | |
tree | b327043d1aa63683d211ab0d4eac8b63de9e72a6 /pv.sh | |
parent | 728bfc73a762bc53f843e3c7c15700ad3bf0a7f3 (diff) |
Add fzf interface for downloaded yt videos (pv.sh)
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 "{}" |