From 370793e72e67c22fae687ee3438fe65dcb136311 Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Sat, 27 Jul 2024 16:24:49 +0100 Subject: (Scripts)+ytsearch script using ytfzf Actually quite proud of this one. Uses ytfzf to search up and select videos in YouTube, selecting the titles and URLs of all the videos then putting it on the clipboard. --- Scripts/.local/scripts/ytsearch | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 Scripts/.local/scripts/ytsearch (limited to 'Scripts/.local') diff --git a/Scripts/.local/scripts/ytsearch b/Scripts/.local/scripts/ytsearch new file mode 100755 index 0000000..c256ab5 --- /dev/null +++ b/Scripts/.local/scripts/ytsearch @@ -0,0 +1,3 @@ +#!/usr/bin/env sh + +ytfzf -I VJ $1 | jq '.[]|.title,.url' | xclip -i -selection clipboard -- cgit v1.2.3-13-gbd6f