Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
ignore classes of files for completion on a per directory basis?
- X-seq: zsh-users 13011
- From: "sam reckoner" <sam.reckoner@xxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: ignore classes of files for completion on a per directory basis?
- Date: Wed, 9 Jul 2008 16:58:36 -0700
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=EcQVNSGCE51Yz2OlMT/O6RiVPsTOoPcT30EkNe219iA=; b=WsspL/vq5Sb2S9iqd6RQGAfmqUCyrLPhl57sO2hkHwH1rRdgVwJF2WK58q69ju9ecg lImbRykhfEUJXMJODuzus8Oj/+5ZMfptBprVai0ikfCXhTVqKYVU2c0l2AEq+QTNSscz +fTK3kPJgSqvzdGnDIZ/1lzKVYj7wgkqY57ck=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=a1PCVQIpjOLUnoInIZMRUrmQt3/drAe5HL3+lSoWHMecyOcWEXU5bSBUcWBgfVqPF2 ljbRnrdcDUrelF/WfyP1y1smUDVogaC+Z/TvrcP8YRBSorMfxkUSqLS37odFzMJKJrd+ C0lUtlAZEZlnoxncP05cv+I1EsLpe62duEazo=
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
I would like to setup completion to ignore a certain group of files
(say, those with an underscore in the file names) when I am trying to
complete when in a specific directory. What makes this tricky is that
I may not want those same filenames (those with underscores in them)
in a neighboring subdirectory to be ignored for completion.
I know it's possible to configure completion to ignore a pattern of
filenames globally, but how about on a per-directory basis?
thanks in advance.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author