tutorial vids added

This commit is contained in:
Luke Smith
2018-07-08 09:16:56 -04:00
parent 999c61721e
commit 30d139257f
3 changed files with 14 additions and 1 deletions

3
.scripts/tutorialvids Executable file
View File

@@ -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}')