diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2018-07-08 09:16:56 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2018-07-08 09:16:56 -0400 |
| commit | 30d139257feff76e402c17dd9236c0b9afb557e7 (patch) | |
| tree | 57e2d2fa85a1a59a4a5e351c4bdb05178b37fbfb /.scripts | |
| parent | 999c61721e4edd45a99b11591595fe696c28e630 (diff) | |
| download | eibhear-30d139257feff76e402c17dd9236c0b9afb557e7.tar.gz eibhear-30d139257feff76e402c17dd9236c0b9afb557e7.tar.zst eibhear-30d139257feff76e402c17dd9236c0b9afb557e7.zip | |
tutorial vids added
Diffstat (limited to '.scripts')
| -rwxr-xr-x | .scripts/tutorialvids | 3 |
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}') |
