diff options
Diffstat (limited to '.scripts/tutorialvids')
| -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}') |
