fish/functions/ydl.fish @ eb02b7270d28

Merge.
author Steve Losh <steve@stevelosh.com>
date Thu, 26 Jul 2018 15:10:41 +0000
parents 8711abae3c3a
children (none)
function ydl -d "Youtube-DL" --wraps "youtube-dl"
    youtube-dl $argv
end