diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2018-12-15 10:40:30 -0500 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2018-12-15 10:40:30 -0500 |
| commit | 4cb6e5451b40766211e7b7ded243347d55d69153 (patch) | |
| tree | ed18cc951475ed02c9346cdb3bb2f0eaaad54930 /.scripts | |
| parent | c98d9193c9240197422a7195a43a15b24d697cf2 (diff) | |
| download | eibhear-4cb6e5451b40766211e7b7ded243347d55d69153.tar.gz eibhear-4cb6e5451b40766211e7b7ded243347d55d69153.tar.zst eibhear-4cb6e5451b40766211e7b7ded243347d55d69153.zip | |
tutortial vids fix
Diffstat (limited to '.scripts')
| -rwxr-xr-x | .scripts/i3cmds/tutorialvids | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.scripts/i3cmds/tutorialvids b/.scripts/i3cmds/tutorialvids index 919f5ca..2743bfc 100755 --- a/.scripts/i3cmds/tutorialvids +++ b/.scripts/i3cmds/tutorialvids @@ -15,4 +15,4 @@ urlview https://www.youtube.com/watch?v=IgzpAjFgbCw colorschemes with pywal https://www.youtube.com/watch?v=Es79N_9BblE 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}')" | 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 | awk '{print $1}')\s" | sed 's/.*\t//')" |
