From fe09e983bdfd678ea0c0537d4a164c362aeb28c3 Mon Sep 17 00:00:00 2001 From: Blista Kanjo Date: Sun, 18 Dec 2022 00:19:58 -0500 Subject: feat: added youtube-dl/yt-dlp aliases --- .config/fish/config.fish | 5 +++++ 1 file changed, 5 insertions(+) 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 \ -- cgit v1.2.3