mirror of
https://github.com/tiyn/dotfiles.git
synced 2025-04-03 09:37:45 +02:00
Compare commits
2 Commits
266b4a253a
...
7751bab6fe
Author | SHA1 | Date | |
---|---|---|---|
7751bab6fe | |||
423d1731b0 |
@ -140,6 +140,6 @@ alias yay="yay --sudoloop --noredownload --norebuild --combinedupgrade"
|
||||
|
||||
# youtube-dl
|
||||
alias yta="yt-dlp -f 'bestaudio[ext=m4a]'"
|
||||
alias ytv="yt-dlp -f 'bestvide[ext=mp4]+bestaudio[ext=m4a]'"
|
||||
alias yta2c="yt-dlp --external-downloader aria2c --external-downloader-args '-j 16 -x 16 -s 16 -k 2M' -f 'bestaudio/best'"
|
||||
alias ytv2c="yt-dlp --external-downloader aria2c --external-downloader-args '-j 16 -x 16 -s 16 -k 2M' -f 'bestvideo[height>=720]+bestaudio/best'"
|
||||
alias ytv="yt-dlp -f 'bestvideo[ext=mp4]+bestaudio[ext=m4a]'"
|
||||
alias yta2c="yt-dlp --external-downloader aria2c --external-downloader-args '-j 16 -x 16 -s 16 -k 2M' -f 'bestaudio[ext=m4a]/best'"
|
||||
alias ytv2c="yt-dlp --external-downloader aria2c --external-downloader-args '-j 16 -x 16 -s 16 -k 2M' -f 'bestvideo[ext=mp4]+bestaudio[ext=m4a]/best'"
|
||||
|
@ -182,6 +182,11 @@ filextype *.cbr
|
||||
\ {View in zathura}
|
||||
\ zathura ./%f,
|
||||
|
||||
" cbz
|
||||
filextype *.cbz
|
||||
\ {View in zathura}
|
||||
\ zathura ./%f,
|
||||
|
||||
" CSV
|
||||
filetype *.csv,*.xlsx,*.sc sc-im %f
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user