BIN: Deletes open-youtube and puts functionality in yt
The yt script now accepts a --url option which will take a url as an option like yt --url youtube.com/watch?v=blar or echo youtube.com/watch?v=blar | yt --url It will also use rofi rather than fzf if not being run from a terminal or the --rofi flag is given I have updated the files that used to use open-youtube to reflect this
This commit is contained in:
parent
c619f884bd
commit
99736427be
5 changed files with 99 additions and 52 deletions
|
@ -20,5 +20,7 @@ url="$(curl https://ippsec.rocks/dataset.json 2>/dev/null |\
|
|||
fzf -d ' ' --with-nth '3,2' --header-lines 1 --preview-window 'up:1' --preview 'bash -c '\''buildURL "$0"'\'' {}' |\
|
||||
buildURL)"
|
||||
|
||||
open-youtube "$url"
|
||||
echo "$url"
|
||||
|
||||
yt "$url"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue