dotfiles/scripts/watch-current-video.sh

12 lines
268 B
Bash
Raw Normal View History

#!/bin/sh
# Not working if there is no navigation bar
xdotool key ctrl+l
xdotool key ctrl+c
2019-09-01 17:22:54 +02:00
# xdotool type yy
2019-09-01 17:22:54 +02:00
# link="$(xclip -o -selection clipboard | sed -E 's|([^&]*)(&)(.*)|\1|')"
link="$(xclip -o | sed -E 's|([^&]*)(&)(.*)|\1|')"
dash $SCRIPTS/tube.sh "$link"