Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [PATCH] completion: Add FreeBSD's watch(1)
- X-seq: zsh-workers 35440
 
- From: Daniel Shahaf <d.s@xxxxxxxxxxxxxxxxxx>
 
- To: zsh-workers@xxxxxxx
 
- Subject: Re: [PATCH] completion: Add FreeBSD's watch(1)
 
- Date: Thu, 11 Jun 2015 11:24:49 +0000
 
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=	daniel.shahaf.name; h=content-type:date:from:in-reply-to	:message-id:mime-version:references:subject:to:x-sasl-enc	:x-sasl-enc; s=mesmtp; bh=+/aybXn4D7yr1ch3yBY7Rk6Eets=; b=Ru/Zvy	rPByRFLEe/3S+yaRTwMwVSmkACoFm0S4zYsOqJoS8s89yqnp5HtJPu9Ll+gXVEBD	McAR8cVEHQekedFmEf+0ZKg4zeBbkZVyjB8qbbcCFt010qjQrNOv122c+j7cNAe0	OOuDEghYiDu5fPO+zq3lIY8OiMSmNdbl+ZXaA=
 
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=	messagingengine.com; h=content-type:date:from:in-reply-to	:message-id:mime-version:references:subject:to:x-sasl-enc	:x-sasl-enc; s=smtpout; bh=+/aybXn4D7yr1ch3yBY7Rk6Eets=; b=Gl0XY	i142e3Uww0erjBbgMC9Hz/vE6VWVYly3DztwxOQG2wKsRz2qWtPFCtl5cmtVgwK5	95sIqVKwV9g2uTgzAb7sSbSdkcW9Mxe7G4j3sTEEIvqsof9DtKeNdp/XW0zZ9P29	53DQMWETK3tnE4+284Xcq7uGfOMCSdMBahxID8=
 
- In-reply-to: <20150523101555.GF1889@tarsus.local2>
 
- List-help: <mailto:zsh-workers-help@zsh.org>
 
- List-id: Zsh Workers List <zsh-workers.zsh.org>
 
- List-post: <mailto:zsh-workers@zsh.org>
 
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
 
- References: <20150523101555.GF1889@tarsus.local2>
 
Daniel Shahaf wrote on Sat, May 23, 2015 at 10:15:55 +0000:
> There's a completion for the linux watch(1) at
> <https://github.com/zsh-users/zsh-completions/blob/master/src/_watch>.
> 
I haven't committed this because I need to integrate an offlist review
by Oliver (thanks!) and use his new _ttys function.
Daniel
> We may need a _ttys function.
> 
> diff --git a/Completion/BSD/Command/_watch-freebsd b/Completion/BSD/Command/_watch-freebsd
Messages sorted by:
Reverse Date,
Date,
Thread,
Author