fish/functions/ydl.fish @ 3ab791da6777

Merge.
author Steve Losh <steve@stevelosh.com>
date Fri, 24 Nov 2017 15:05:53 -0500
parents 8711abae3c3a
children (none)
function ydl -d "Youtube-DL" --wraps "youtube-dl"
    youtube-dl $argv
end