about summary refs log tree commit diff
path: root/Completion
diff options
context:
space:
mode:
authorPaul Ackersviller <packersv@users.sourceforge.net>2007-04-15 22:03:58 +0000
committerPaul Ackersviller <packersv@users.sourceforge.net>2007-04-15 22:03:58 +0000
commite254c6b68aff24d5e15af114cf2921144cc73173 (patch)
tree60af7ce3184f05edea7c284ac82791c31e883201 /Completion
parent07ef1b8e3ea6a0702ebe96c854e9142540630f33 (diff)
downloadzsh-e254c6b68aff24d5e15af114cf2921144cc73173.tar.gz
zsh-e254c6b68aff24d5e15af114cf2921144cc73173.tar.xz
zsh-e254c6b68aff24d5e15af114cf2921144cc73173.zip
Merge from trunk of workers/{21239,21294}.
Diffstat (limited to 'Completion')
-rw-r--r--Completion/Unix/Command/_ccal17
1 files changed, 17 insertions, 0 deletions
diff --git a/Completion/Unix/Command/_ccal b/Completion/Unix/Command/_ccal
new file mode 100644
index 000000000..f8e19e157
--- /dev/null
+++ b/Completion/Unix/Command/_ccal
@@ -0,0 +1,17 @@
+#compdef ccal
+
+_arguments \
+  '-nodata[ignore appointment descriptions file]' \
+  '-data-file=[load appointments from file]:caldat file:_files' \
+  '-future[show only future appointments on current month]' \
+  "-today[show only today's appointments on current month]" \
+  '-europe[European format (first day is Monday)]' \
+  '-american[North American format (first day is Sunday)]' \
+  '-maxappts=[display maximum of n appointments]:number of appointments:('{8..50}')' \
+  '-pause[pause for keystroke before exiting]' \
+  '-nocolor[inhibit use of colors]' \
+  '-color-file=[load color definitions from file]:calcol file:_files' \
+  '-8bit[display 8-bit ascii characters]' \
+  '1:month:(1 2 3 4 5 6 7 8 9 10 11 12 jan feb mar apr may jun jul aug sep oct nov dec)' \
+  '2:year:'
+