diff options
| author | Blista Kanjo | 2022-12-18 00:19:58 -0500 |
|---|---|---|
| committer | Blista Kanjo | 2022-12-18 00:19:58 -0500 |
| commit | fe09e983bdfd678ea0c0537d4a164c362aeb28c3 (patch) | |
| tree | c4130c9e4b34e68abb7da9c152c817b1153e3b0e /.config/fish | |
| parent | d817cbef424bdc268a51ff20f4cd5e7eaf792ea4 (diff) | |
feat: added youtube-dl/yt-dlp aliases
Diffstat (limited to '.config/fish')
| -rw-r--r-- | .config/fish/config.fish | 5 |
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 \ |
