summaryrefslogtreecommitdiffstats
path: root/.scripts
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2018-08-03 16:51:22 -0400
committerLuke Smith <luke@lukesmith.xyz>2018-08-03 16:51:22 -0400
commitbe86d72beb5cee46435a6bd7a168c391319935aa (patch)
tree6a67b07f7575a940aa616bcacc439e8b5e89fe6c /.scripts
parent6c8a9f76ac70749824f96eb67ccd55457dc2ff83 (diff)
downloadeibhear-be86d72beb5cee46435a6bd7a168c391319935aa.tar.gz
eibhear-be86d72beb5cee46435a6bd7a168c391319935aa.tar.zst
eibhear-be86d72beb5cee46435a6bd7a168c391319935aa.zip
tutorial vids script robustness
Diffstat (limited to '.scripts')
-rwxr-xr-x.scripts/tutorialvids2
1 files changed, 1 insertions, 1 deletions
diff --git a/.scripts/tutorialvids b/.scripts/tutorialvids
index 8f73b89..9f53d17 100755
--- a/.scripts/tutorialvids
+++ b/.scripts/tutorialvids
@@ -1,3 +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}')
+mpv $(grep -P "^$(grep https: ~/.larbs/tutorialvids | sed 's/\t.*//g' | dmenu -i -p "Learn about what? (ESC to cancel)" -l 5)\t" ~/.larbs/tutorialvids | sed 's/.*\t//')