From 30d139257feff76e402c17dd9236c0b9afb557e7 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Sun, 8 Jul 2018 09:16:56 -0400 Subject: tutorial vids added --- .scripts/tutorialvids | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 .scripts/tutorialvids (limited to '.scripts/tutorialvids') diff --git a/.scripts/tutorialvids b/.scripts/tutorialvids new file mode 100755 index 0000000..8f73b89 --- /dev/null +++ b/.scripts/tutorialvids @@ -0,0 +1,3 @@ +#!/bin/sh + +mpv $(grep -P "^$(cat ~/.larbs/tutorialvids | grep https | awk '{print $1}' | dmenu -i -p "Learn about what? (ESC to cancel)" -l 5)\t" ~/.larbs/tutorialvids | awk '{print $2}') -- cgit v1.3.1