dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit 2fd857e75ccac735897b2933dd9ba3789fd15be1
parent ad1cd765d53d443e5e1f48155acf8b1501a1b96a
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Wed, 19 Aug 2020 11:46:42 +0200

youtube-mpv-player -> mpvq

Because it's not just for youtube. The 'q' stands for 'queue'


Former-commit-id: dc341e498e3f4cf3339a87b8dcd1bd5b025f97d8
Diffstat:
Mnewsboat/config | 2+-
Rscripts/youtube-mpv-player -> scripts/mpvq | 0
2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/newsboat/config b/newsboat/config @@ -49,7 +49,7 @@ color listnormal_unread white default browser "open -g '%u'" macro , open-in-browser macro i set browser "i(){ youtube-dl --get-title --get-duration --get-description $1 | less;};i"; open-in-browser ; set browser "open -g '%u'" -macro v set browser "youtube-mpv-player %u 1>/dev/null 2>&1 & disown"; open-in-browser ; set browser "open -g '%u'" +macro v set browser "mpvq %u 1>/dev/null 2>&1 & disown"; open-in-browser ; set browser "open -g '%u'" macro w set browser "w3m"; open-in-browser ; set browser "open -g '%u'" macro l set browser "lynx"; open-in-browser ; set browser "open -g '%u'" macro c set browser "pbcopy <<<" ; open-in-browser ; set browser "open -g '%u'" diff --git a/scripts/youtube-mpv-player b/scripts/mpvq