mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-02 22:11:54 +02:00
* 21239: Completion/Unix/Command/_ccal: completion for ccal.
This commit is contained in:
parent
4fc0fadfaa
commit
0d34cdcb0d
2 changed files with 22 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2005-05-09 Clint Adams <clint@zsh.org>
|
||||
|
||||
* 21239: Completion/Unix/Command/_ccal: completion for
|
||||
ccal.
|
||||
|
||||
2005-05-09 Peter Stephenson <pws@csr.com>
|
||||
|
||||
* 21211: Doc/Zsh/expn.yo, Src/pattern.c, Test/D02glob.ztst:
|
||||
|
|
17
Completion/Unix/Command/_ccal
Normal file
17
Completion/Unix/Command/_ccal
Normal file
|
@ -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:'
|
||||
|
Loading…
Reference in a new issue