diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2009-03-29 12:10:49 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2009-03-29 12:10:49 +0200 |
commit | d519281721c79a429700a8d3a1e8e51bc2782b42 (patch) | |
tree | 261a71497a80cf783744dc74d000a96ecbfa1edd /etc/functions/youtube-watch | |
parent | 28f05852b2beb04c78f713caedac6063aaeb956c (diff) |
functions: Added/updated descriptions/comments
Diffstat (limited to 'etc/functions/youtube-watch')
-rwxr-xr-x | etc/functions/youtube-watch | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/functions/youtube-watch b/etc/functions/youtube-watch index 418201b..18e473a 100755 --- a/etc/functions/youtube-watch +++ b/etc/functions/youtube-watch @@ -1,4 +1,7 @@ ## vim:ft=zsh +## Watch a youtube video +## requires youtube-dl and mplayer +## Usage: youtube-dl [-c] <video url> [mplayer options] typeset video typeset -i cache=0 |