Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: New completions for awk cut join sort
- X-seq: zsh-users 12850
- From: Peter Stephenson <pws@xxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: New completions for awk cut join sort
- Date: Tue, 13 May 2008 16:01:20 +0100
- In-reply-to: <20080513145817.GA17459@cameron>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <20080513145817.GA17459@cameron>
Omari Norman wrote:
> I just wrote some completions for awk, cut, join, and sort. I was
> surprised that zsh didn't include these already. The awk one isn't
> perfect but it's a lot better than nothing. The awk one only completes
> basic POSIX awk options (i.e. not gawk or mawk options) while cut, join,
> and sort completions are for the GNU versions.
>
> I find these helpful, particularly because these commands all use
> different flags ("-F", "-t", and "-d") to do the exact same thing, even
> though these commands will often appear in the same pipeline! awk often
> trips me up in other ways, and this completion really helps with that
> too.
>
> Two questions:
>
> 1) where can I post these? Should I mail them to this list? I didn't see
> an obvious place to post these on the zsh wiki.
>
> 2) who should I send them to so they get into the next zsh release?
You can post them to zsh-workers@xxxxxxxxxxx
--
Peter Stephenson <pws@xxxxxxx> Software Engineer
CSR PLC, Churchill House, Cambridge Business Park, Cowley Road
Cambridge, CB4 0WZ, UK Tel: +44 (0)1223 692070
Messages sorted by:
Reverse Date,
Date,
Thread,
Author