zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: _find: new options
@ 2007-11-30 22:29 arno
  0 siblings, 0 replies; only message in thread
From: arno @ 2007-11-30 22:29 UTC (permalink / raw)
  To: zsh-workers

[-- Attachment #1: Type: text/plain, Size: 2032 bytes --]

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 -/'

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-11-30 22:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-11-30 22:29 PATCH: _find: new options arno

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).