removal of bashisms
This commit is contained in:
parent
39375e5f8f
commit
536af07f6b
1 changed files with 1 additions and 1 deletions
|
@ -14,4 +14,4 @@ urlview https://www.youtube.com/watch?v=IgzpAjFgbCw
|
|||
vi mode in shell https://www.youtube.com/watch?v=GqoJQft5R2E
|
||||
"
|
||||
|
||||
mpv $(grep -P "^$(grep https: <<< $vidlist | sed 's/\t.*//g' | dmenu -i -p "Learn about what? (ESC to cancel)" -l 5)\t" <<<$vidlist | sed 's/.*\t//')
|
||||
mpv "$(echo "$vidlist" | grep -P "^$(echo "$vidlist" | grep "https:" | sed 's/\t.*//g' | dmenu -i -p "Learn about what? (ESC to cancel)" -l 5)\\t" | sed 's/.*\t//')"
|
||||
|
|
Loading…
Reference in a new issue