This website requires JavaScript.
Explore
Help
Sign In
wzykubek
/
.dotfiles
Watch
1
Star
0
Fork
0
You've already forked .dotfiles
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
.dotfiles
/
.local
/
bin
/
scripts
/
watchvid
8 lines
102 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add 'watchvid' script
2020-05-12 18:59:47 +02:00
#!/bin/sh
Add 'shelp' script Also add simple description comment to all script.
2020-05-15 20:56:33 +02:00
# Stream video in mpv.
Add 'watchvid' script
2020-05-12 18:59:47 +02:00
url="$(rofi -dmenu -i -p "Video URL" -width 800 -l 0)"
mpv "$url"
Copy Permalink