aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBlista Kanjo2022-12-18 00:19:58 -0500
committerBlista Kanjo2022-12-18 00:19:58 -0500
commitfe09e983bdfd678ea0c0537d4a164c362aeb28c3 (patch)
treec4130c9e4b34e68abb7da9c152c817b1153e3b0e
parentd817cbef424bdc268a51ff20f4cd5e7eaf792ea4 (diff)
feat: added youtube-dl/yt-dlp aliases
-rw-r--r--.config/fish/config.fish5
1 files changed, 5 insertions, 0 deletions
diff --git a/.config/fish/config.fish b/.config/fish/config.fish
index 1803200..fe71750 100644
--- a/.config/fish/config.fish
+++ b/.config/fish/config.fish
@@ -9,6 +9,11 @@ if status is-interactive
alias w="curl wttr.in"
alias x="startx"
+ # youtube-dl aliases
+ alias yt-mp4="youtube-dl -cif 'bestvideo[ext=mp4]+bestaudio[ext=m4a]/best[ext=mp4]/best'"
+ alias yt-webm="youtube-dl -cif 'bestvideo[ext=webm]+bestaudio[ext=webm]/best[ext=webm]/best'"
+ alias yt-m4a="youtube-dl -cif 'bestaudio[ext=m4a]'"
+
# Pomodoro Timer Aliases | Inspired by @bashbunni Timer by @caarlos0
alias work="timer 30m && notify-send \
'Pomodoro' 'Work Timer is up! Take a Break 😊' -i \