zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: _date
@ 2005-09-03  0:14 Clint Adams
  0 siblings, 0 replies; only message in thread
From: Clint Adams @ 2005-09-03  0:14 UTC (permalink / raw)
  To: zsh-workers

For GNU date; I don't have access to any others at this particular
moment.

Index: Completion/Unix/Command/_date
===================================================================
RCS file: Completion/Unix/Command/_date
diff -N Completion/Unix/Command/_date
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ Completion/Unix/Command/_date	3 Sep 2005 00:13:50 -0000
@@ -0,0 +1,14 @@
+#compdef date
+
+_arguments \
+    '-d[date]:time string:' \
+    '-f[file]:date file:_files' \
+    '-I[iso-8601]:time spec:' \
+    '-r[reference]:file:_files' \
+    '-R[rfc-2822]' \
+    '-s[set]:time string:' \
+    '-u[utc]' \
+    -- \
+    '*=FILE*:file:_files' \
+    '*=DATEFILE*:date file:_files' \
+    ':format or date:'


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

only message in thread, other threads:[~2005-09-03  0:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-09-03  0:14 PATCH: _date Clint Adams

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).