diff options
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 |