Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
ordering of file-patterns completions
- X-seq: zsh-users 18100
- From: John <jmharres@xxxxxxxxx>
- To: Zsh-Users List <zsh-users@xxxxxxx>
- Subject: ordering of file-patterns completions
- Date: Wed, 06 Nov 2013 08:24:01 -0700
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=a+T5kZUaD8MMkSWTwXnobSg9YmNXh20NRYSeUEWQ2os=; b=CgRpl1BYLn9sV6XRWWNCKP3dz/VWVNlBNACPBj+EFXOIBEJsp12yrr+0pZFiTNpmr4 Ytm+t2qql1US26wj7nrIZuHi/P6tmx+AWeixj1VAKO5c346qSMB5pM7/qxUnCwW2XGl3 aIdKejQGvGG+78a0D1kM6P+KhZ/V+EUdJzH2yPQX0l1l94KmY2qrC23BQObuAoKC35XY Chw0nVFcG4Hvgz9Wc+sdaajraLHSchD5UpWIc6x+bZUbPUhsN/X5kdFhMAZvq5GTLW98 4hqL3yNIutyyYuyEDLDE0Viwkt7BtClTfbki9Hho6G/LQTL01/VLFnJxIzz44NVgO3YU GRvA==
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
I have a tool which needs one file-patterns for the first file matched,
then the second and the rest should be of a different file-patterns. I
don't see a way to do this.
Are there any examples of something similar to this around? Something like:
foo XXX.blah XXX-YYY.blah [XXX-ZZZ.blah]
What would even be better is if I had a way of handling the latter ones
so that it only matched the "blah" portion from the first file to the rest.
TIA,
John
Messages sorted by:
Reverse Date,
Date,
Thread,
Author