voidrice/.scripts/tutorialvids
2018-07-08 09:16:56 -04:00

3 lines
188 B
Bash
Executable file

#!/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}')