updates and a lot of em
This commit is contained in:
parent
30cd55aca8
commit
bd0cf6ff9b
37 changed files with 618 additions and 96 deletions
|
@ -57,13 +57,17 @@ unbind v
|
|||
command torrent js -p tri.excmds.shellescape(JS_ARG).then(url => tri.excmds.exclaim_quiet('transadd ' + url))
|
||||
|
||||
" YTDL
|
||||
command ytdl js -p tri.excmds.shellescape(JS_ARG).then(url => tri.excmds.exclaim_quiet('alacritty -e yt-dlp -o ~/Videos/%(title)s.%(ext)s ' + url))
|
||||
command ytdl js -p tri.excmds.shellescape(JS_ARG).then(url => tri.excmds.exclaim_quiet('dlvideo ' + url))
|
||||
|
||||
command aud js -p tri.excmds.shellescape(JS_ARG).then(url => tri.excmds.exclaim_quiet('dlaudio ' + url))
|
||||
|
||||
|
||||
|
||||
"" Adding my own bindings
|
||||
bind v hint -W mpv
|
||||
bind gt hint -W torrent
|
||||
bind gv current_url mpv
|
||||
bind ga hint -W aud
|
||||
bind gV hint -W ytdl
|
||||
bind F hint -t
|
||||
bind gy hint -y
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue