Updated .alias file with yt-dlp alias' for limits

This commit is contained in:
2026-06-04 19:05:39 +01:00
parent c4fde5aba2
commit 1a90441b00
+12 -1
View File
@@ -517,9 +517,20 @@ alias mkdir-random='mkdir $(cat /dev/urandom | tr -dc "a-zA-Z0-9" | fold -w 50 |
#fi
#}
## Display all commands in this Alias file
## yt-dlp
## yt-dlp Default Limit
alias yt-dlp-limit="yt-dlp --limit-rate 5M -f 137+140 $1"
## yt-dlp 5M Limit
alias yt-dlp-limit-5m="yt-dlp --limit-rate 5M -f 137+140 $1"
## yt-dlp 10M Limit
alias yt-dlp-limit-5m="yt-dlp --limit-rate 10M -f 137+140 $1"
#GO
alias go=/usr/local/go/bin/go
## Display all commands in this Alias file
alias my-alias="cat ~/.aliases | grep -oP 'alias\s\K[^=]+' | sort -n"