diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-03-03 19:53:22 +0100 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-03-03 19:53:22 +0100 |
commit | 97487ed1431ed0cfa4f5b6facd69dbd0f13911f4 (patch) | |
tree | cacc50f96ebb5a9b2a3c8d374bbf9e8ccedc64cf /bin/dmscripts/dmyt-not | |
parent | 5522d426e21cbedb8791ee4399ff7d28a4c6f10e (diff) |
renamed dmscripts to guiscripts
Diffstat (limited to 'bin/dmscripts/dmyt-not')
-rwxr-xr-x | bin/dmscripts/dmyt-not | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/bin/dmscripts/dmyt-not b/bin/dmscripts/dmyt-not deleted file mode 100755 index 4783a8d..0000000 --- a/bin/dmscripts/dmyt-not +++ /dev/null @@ -1,6 +0,0 @@ -#!/usr/bin/env bash -# Open a video from channels.yt-not by selecting the channel -channel="$(awk '{print $2}' ~/.local/share/yt-not/channels.yt-not | dmenu -l 2 -g 4)" -video_id="$(awk "/$channel/ {print \$3}" ~/.local/share/yt-not/channels.yt-not )" -video="https://youtube.com/watch?v=${video_id}" -mpv $video |