zsh-users
 help / color / mirror / code / Atom feed
From: John <da_audiophile@yahoo.com>
To: Eric Cook <llua@gmx.com>, "zsh-users@zsh.org" <zsh-users@zsh.org>
Subject: Re: Errors with my youtube-dl function in ~/.zshrc but I am unsure why
Date: Sun, 16 Aug 2015 06:54:49 +0000 (UTC)	[thread overview]
Message-ID: <1212377169.5264610.1439708089255.JavaMail.yahoo@mail.yahoo.com> (raw)
In-Reply-To: <55D03155.6010606@gmx.com>





----- Original Message -----
> From: Eric Cook <llua@gmx.com>
> To: zsh-users@zsh.org
> Cc: da_audiophile@yahoo.com
> Sent: Sunday, August 16, 2015 2:44 AM
> Subject: Re: Errors with my youtube-dl function in ~/.zshrc but I am unsure why
> 
> On 08/16/2015 02:32 AM, John wrote:
>>  Why does zsh complain about no matches when I invoke my yt function and how 
> can I correct the code?  Thanks!
>> 
>>  From ~/.zshrc:
>>   yt() { [[ -z "$1" ]] || noglob youtube-dl -q "$1" 
> &; }
>> 
>>  Output of command:
>>   % yt https://www.youtube.com/watch?v=OC1JiAUr3ZU                           
>                           :(
>>   zsh: no matches found: https://www.youtube.com/watch?v=OC1JiAUr3ZU
>> 
>>  Please note that I am not subscribed to the ML so please cc me in the 
> reply.
>> 
> You have to call the function with noglob to prevent zsh from thinking ? is a 
> pattern character.
> 
> so:
> % noglob yt https://www.youtube.com/watch?v=OC1JiAUr3ZU
> 

Thank you for the reply.  In the past (month ago), this function worked as-is calling the command prefixed by noglob as you recommended.  Is there any way I can roll it into the function?


  reply	other threads:[~2015-08-16  7:01 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-16  6:32 John
2015-08-16  6:44 ` Eric Cook
2015-08-16  6:54   ` John [this message]
2015-08-16 16:37     ` Bart Schaefer
2015-08-16 16:43       ` John
2015-08-16 17:23         ` Bart Schaefer
2015-08-17 21:58       ` zzapper
2015-08-16 16:43     ` Gowtham M
2015-08-16 21:54       ` Mikael Magnusson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1212377169.5264610.1439708089255.JavaMail.yahoo@mail.yahoo.com \
    --to=da_audiophile@yahoo.com \
    --cc=llua@gmx.com \
    --cc=zsh-users@zsh.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).