dotfiles/.local/bin/tools/mpvallvids
Alexander Bocken f214208540
added video slideshows, useful for the chans
modified:   .config/qutebrowser/autoconfig.yml
	new file:   .local/bin/tools/mpvallvids
2020-09-16 12:52:05 +02:00

3 lines
86 B
Bash
Executable File

#!/bin/sh
lynx --dump --listonly --nonumbers "$1" | grep '\.webm$' | uniq | xargs mpv