This website requires JavaScript.
Explore
Help
Sign In
Alexander
/
dotfiles
Watch
1
Star
0
Fork
0
You've already forked dotfiles
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
d3399dd1a8
dotfiles
/
.local
/
bin
/
tools
/
mpvallvids
3 lines
99 B
Plaintext
Raw
Normal View
History
Unescape
Escape
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
#!/bin/sh
allow more formats via mpvallvids
2020-09-17 13:48:56 +02:00
lynx --dump --listonly --nonumbers "$1" | grep -E '\.(mp4|webm|gif)$' | uniq | xargs mpv
Reference in New Issue
Copy Permalink