Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Completion of mkisofs find operators
- X-seq: zsh-users 11011
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: "zsh-users@xxxxxxxxxx" <zsh-users@xxxxxxxxxx>
- Subject: Re: Completion of mkisofs find operators
- Date: Mon, 20 Nov 2006 01:04:08 -0800
- In-reply-to: <dbfc82860611191520t62b02d9bg138ba4d1f7bca056@xxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <dbfc82860611191520t62b02d9bg138ba4d1f7bca056@xxxxxxxxxxxxxx>
On Nov 19, 3:20pm, Nikolai Weibull wrote:
}
} The options -a (logical AND) and -o (logical OR) are only interesting
} after primaries, e.g., in "-mtime X -o -atime Y". But the question is
} how I best implement this.
Taking _find as an example, the best way seems to be not to implement it
at all. They're single-letter options so having a completion for them
is not going to save any typing, and having them in there does not stop
the primaries from completing after them, so ...
} Hm, perhaps 00:18 isn't the right time to ask complicated questions...
And 01:03 isn't the best time for complicated answers. :-)
Messages sorted by:
Reverse Date,
Date,
Thread,
Author