added video slideshows, useful for the chans
modified: .config/qutebrowser/autoconfig.yml new file: .local/bin/tools/mpvallvids
This commit is contained in:
2
.local/bin/tools/mpvallvids
Executable file
2
.local/bin/tools/mpvallvids
Executable file
@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
lynx --dump --listonly --nonumbers "$1" | grep '\.webm$' | uniq | xargs mpv
|
Reference in New Issue
Block a user