about summary refs log tree commit diff
path: root/Completion/Unix/Command/_ccal
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2005-05-09 15:01:10 +0000
committerClint Adams <clint@users.sourceforge.net>2005-05-09 15:01:10 +0000
commit0d34cdcb0d6ff553582b68de2d21aa434c93d2ab (patch)
tree4658e8ba5a8a347d34ee8fcd973522a381623ed2 /Completion/Unix/Command/_ccal
parent4fc0fadfaa5dc5a586f231f32cdab8a43906f677 (diff)
downloadzsh-0d34cdcb0d6ff553582b68de2d21aa434c93d2ab.tar.gz
zsh-0d34cdcb0d6ff553582b68de2d21aa434c93d2ab.tar.xz
zsh-0d34cdcb0d6ff553582b68de2d21aa434c93d2ab.zip
* 21239: Completion/Unix/Command/_ccal: completion for ccal.
Diffstat (limited to 'Completion/Unix/Command/_ccal')
-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..ce5a62e59
--- /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:'
+