3 lines
180 B
Bash
Executable file
3 lines
180 B
Bash
Executable file
#!/bin/sh
|
|
|
|
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//')
|