fish/functions/ydl.fish @ 07f9a2d5c710

Updates
author Steve Losh <steve@stevelosh.com>
date Fri, 19 Oct 2018 14:45:41 -0700
parents 8711abae3c3a
children (none)
function ydl -d "Youtube-DL" --wraps "youtube-dl"
    youtube-dl $argv
end