zsh-users
 help / color / mirror / code / Atom feed
From: zzapper <david@rayninfo.co.uk>
To: zsh-users@zsh.org
Subject: Re: Errors with my youtube-dl function in ~/.zshrc but I am unsure why
Date: Mon, 17 Aug 2015 21:58:46 +0000 (UTC)	[thread overview]
Message-ID: <XnsA4F9E9C328401davidrayninfocouk@80.91.229.13> (raw)
In-Reply-To: <150816093722.ZM12415@torch.brasslantern.com>

Bart Schaefer <schaefer@brasslantern.com> wrote in 
news:150816093722.ZM12415@torch.brasslantern.com:


> 
> The easiest thing to do is this:
> 
>     yt() { [[ -z "$1" ]] || noglob youtube-dl -q "$1" &; }
>     alias yt='noglob yt'
> 
BTW for those like me that had never heard of youtube-dl

https://rg3.github.io/youtube-dl/


-- 
zzapper
https://twitter.com/dailyzshtip

---
This email has been checked for viruses by Avast antivirus software.
https://www.avast.com/antivirus



  parent reply	other threads:[~2015-08-17 21:59 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
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 [this message]
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=XnsA4F9E9C328401davidrayninfocouk@80.91.229.13 \
    --to=david@rayninfo.co.uk \
    --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).