Files
dotfiles/.config/fish/functions/music.fish
T
2025-10-09 11:23:52 +03:00

5 lines
247 B
Fish

function music --wraps 'yt-dlp -x --embed-thumbnail --embed-chapters' --description 'Download music with yt-dlp'
command yt-dlp --extract-audio --embed-thumbnail --embed-chapters \
--output "$XDG_MUSIC_DIR/%(title)s.%(ext)s" $argv
end