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