command-line calendar
.calendar directory and associated
year and month directories, with date files for UK (England) public
holidays for 2008. This also contains some UK saints' days plus other
events such as St. Valentine's Day and Chinese New Year.
.calendar directory and associated
year and month directories, with date files for UK (England) public
holidays for 2007.
.calendar directory and associated
year and month directories, with date files for UK (England) public
holidays for 2006.
.calendar directory and associated
year and month directories, with date files for UK (England) public
holidays from May 2004 - December 2005.
clcal -w" if it finds an interactive shell.$EDITOR to be set to the command-line editor of your choiceIf anyone wishes to make any other resources available (perhaps calendars for other countries' holidays), I'll be happy to provide links to those resources from this website.
Added the ability to search all calendar entries for a regular expression.
Also added the ability to print all calendar entries to screen.
Generally tidied up some of the code.
Extended the ability to print previous entries: clcal -d 7 -w -9 will print calendar entries for nine weeks prior to today, then today's entries, then the entries for the next seven days. clcal -w -9 -w will achieve the same output. Note that the negative period modifier must be specified (the positive period modifier is 1 by implication unless specified), so that in order to show calendar entries for one week prior to and one week after today, you could use: clcal -w -w -1.
Fixed a couple of bugs where clcal would core dump instead of displaying the customary brief usage message.
Added the ability to print previous entries using negative period modifiers, for example: clcal -d -7 will print the calendar entries for the seven days prior to today. This function has also been extended to searches, such that clcal -s dentist -w -4 will search the four weeks prior to today for all calendar entries containing the string "dentist".
The clcal options --searchfwd, -b, and --searchbck are now deprecated by the introduction of the use of negative numbers as search period modifiers and will be removed from later versions of clcal.
If you are upgrading from clcal version 0.16a or earlier, please change your existing ~/.clcal/colour.cfg with the modified colour.cfg included, or make appropriate changes to your existing colour.cfg.
A new search function allows searching back through past calendar files.
Note that searched past entries can be coloured differently to avoid confusion, so examine the modified colour.cfg file included with this release and make appropriate changes to your existing ~/.clcal/colour.cfg if you are upgrading.
Bugfix: a sequence of date files, all empty bar one (near the centre) produces unusual output. Thanks to Andres for pointing this one out.
Added a search function. Allows you to search your calendar for a regular expression. The search is case-insensitive. See the usage page for more details.
Currently the search function only searches future (or current) entries. The ability to search past entries will follow with a later release.
Initial release.
$ tar xjvf clcal-0.20.tar.bz2
$ cd clcal-0.20
$ make
$ cp clcal /dir/in/your/path/
The initial planned features of clcal are complete. I'm moving the development status of clcal (as listed on freshmeat.net) to "beta" :)