tutorials if null
This commit is contained in:
parent
7636da4076
commit
d53f597cc8
1 changed files with 1 additions and 1 deletions
|
@ -15,4 +15,4 @@ urlview https://www.youtube.com/watch?v=IgzpAjFgbCw
|
||||||
colorschemes with pywal https://www.youtube.com/watch?v=Es79N_9BblE
|
colorschemes with pywal https://www.youtube.com/watch?v=Es79N_9BblE
|
||||||
vi mode in shell https://www.youtube.com/watch?v=GqoJQft5R2E
|
vi mode in shell https://www.youtube.com/watch?v=GqoJQft5R2E
|
||||||
"
|
"
|
||||||
mpv "$(echo "$vidlist" | grep -P "^$(echo "$vidlist" | grep "https:" | sed 's/\t.*//g' | dmenu -i -p "Learn about what? (ESC to cancel)" -l 5 | awk '{print $1}')\s" | sed 's/.*\t//')"
|
echo "$vidlist" | grep -P "^$(echo "$vidlist" | grep "https:" | sed 's/\t.*//g' | dmenu -i -p "Learn about what? (ESC to cancel)" -l 20 | awk '{print $1}')\s" | sed 's/.*\t//' | xargs -r mpv
|
||||||
|
|
Loading…
Reference in a new issue