summaryrefslogtreecommitdiffstats
path: root/.scripts
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2018-07-08 09:16:56 -0400
committerLuke Smith <luke@lukesmith.xyz>2018-07-08 09:16:56 -0400
commit30d139257feff76e402c17dd9236c0b9afb557e7 (patch)
tree57e2d2fa85a1a59a4a5e351c4bdb05178b37fbfb /.scripts
parent999c61721e4edd45a99b11591595fe696c28e630 (diff)
downloadeibhear-30d139257feff76e402c17dd9236c0b9afb557e7.tar.gz
eibhear-30d139257feff76e402c17dd9236c0b9afb557e7.tar.zst
eibhear-30d139257feff76e402c17dd9236c0b9afb557e7.zip
tutorial vids added
Diffstat (limited to '.scripts')
-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}')