From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1193 invoked from network); 30 Nov 2007 22:29:45 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.3 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 30 Nov 2007 22:29:45 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 86942 invoked from network); 30 Nov 2007 22:29:37 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 30 Nov 2007 22:29:37 -0000 Received: (qmail 4909 invoked by alias); 30 Nov 2007 22:29:34 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 24134 Received: (qmail 4890 invoked from network); 30 Nov 2007 22:29:33 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 30 Nov 2007 22:29:33 -0000 Received: (qmail 86688 invoked from network); 30 Nov 2007 22:29:33 -0000 Received: from solo.fdn.fr (80.67.169.19) by a.mx.sunsite.dk with SMTP; 30 Nov 2007 22:29:27 -0000 Received: from localhost (reverse-66.fdn.fr [80.67.176.66]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) (Authenticated sender: arenevier) by smtp.fdn.fr (Postfix) with ESMTP id 8333343042A for ; Fri, 30 Nov 2007 23:29:25 +0100 (CET) Date: Fri, 30 Nov 2007 23:29:26 +0100 From: arno To: zsh-workers@sunsite.dk Subject: PATCH: _find: new options Message-ID: <20071130222926.GA22550@localhost.localdomain> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="45Z9DzgjV8m4Oswq" Content-Disposition: inline User-Agent: Mutt/1.5.17 (2007-11-01) --45Z9DzgjV8m4Oswq Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi, there have been a few new options since last _find update. So, here is an updated zsh completion arno. --- _find 2007-11-14 20:29:11.000000000 +0100 +++ _find.new 2007-11-30 23:11:59.000000000 +0100 @@ -5,11 +5,16 @@ '*-depth' \ '*-follow' \ '*-help' \ + '*-ignore_readdir_race' \ '*-maxdepth:maximum search depth:' \ '*-mindepth:minimum search depth:' \ '*-mount' \ + '*-noignore_readdir_race' \ '*-noleaf' \ + '*-regextype:regexp syntax:(emacs posix-awk posix-basic posix-egrep posix-extended)' \ '*-version' \ + '*-warn' \ + '*-nowarn' \ '*-xdev' \ '*-amin:access time (minutes):' \ '*-cmin:inode change time (minutes):' \ @@ -36,17 +41,23 @@ '*-ipath:path pattern to search (case insensitive):' \ '*-regex:regular expression to search:' \ '*-iregex:regular expression to search (case insensitive):' \ + '*-wholename:full path pattern to search:' \ + '*-iwholename:full path pattern to search (case insensitive):' \ '*-inum:inode number:' \ '*-links:number of links:' \ '*-nouser' \ '*-nogroup' \ '*-perm:file permission bits:' \ '*-size:file size:' \ + '*-samefile:same inode as:_files' \ '*-true' \ '*-type:file type:((b\:block\ special\ file c\:character\ special\ file d\:directory p\:named\ pipe f\:normal\ file l\:symbolic\ link s\:socket))' \ '*-xtype:file type:((b\:block\ special\ file c\:character\ special\ file d\:directory p\:named\ pipe f\:normal\ file l\:symbolic\ link s\:socket))' \ + '*-delete' \ '*-exec:program: _command_names -e:*\;::program arguments: _normal' \ + '*-execdir:program: _command_names -e:*\;::program arguments: _normal' \ '*-ok:program: _command_names -e:*\;::program arguments: _normal' \ + '*-okdir:program: _command_names -e:*\;::program arguments: _normal' \ '*-fls:output file:_files' \ '*-fprint:output file:_files' \ '*-fprint0:output file:_files' \ @@ -55,5 +66,6 @@ '*-print0' \ '*-printf:output format:' \ '*-prune' \ + '*-quit' \ '*-ls' \ '*:directory:_files -/' --45Z9DzgjV8m4Oswq Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFHUI7GiH9aBScBsrMRAo1YAKCDEq4LIQvSptpg8kaMMXzQpKs3BACfacOd dSKcf7fj9B273pJ0OEHCcoQ= =NyMj -----END PGP SIGNATURE----- --45Z9DzgjV8m4Oswq--