summaryrefslogtreecommitdiffstats
path: root/.scripts/tutorialvids
diff options
context:
space:
mode:
Diffstat (limited to '.scripts/tutorialvids')
-rwxr-xr-x.scripts/tutorialvids3
1 files changed, 3 insertions, 0 deletions
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}')