Calendaring from the command line
When
When is one of the best-organized, command-line calendaring tools. The first time you run When, a wizard helps you create the ~/.when
directory and its two files: calendar
and preferences
(Figure 4). The wizard also sets the default text editor that you will use to edit the calendar files – either the default emacs or an editor of your choice. You can change both the directory and the editor later by editing the preferences file.
To add an entry to When, type the command jump e
(note that the "e" is a command, not an option, so it does not have a hyphen). The command opens the calendar file in the editor specified in the preferences file.
From the editor, you can add appointments one per line, in the following format, with a single space between each part:
[YYYY] [MONTH] [DAY] , [Entry].
For example:
2014 12 18 , Depart for Portland for Christmas holidays at 8:30am.
The month can be indicated by a number or any abbreviation that makes it unique, which means at least the first three letters.
If your calendar has no entries, running the when
command without options prints the current date and time. However, the calendar will also print any appointments within the next two weeks, adding the day of the week to the appointment (Figure 5). Alternatively, you can specify to display appointments for the coming week (when w
), month (when m
), or year (when y
) or print a calendar of the next three months, starting with the current month (when c
).
For annual events, you can replace the year with an asterisk (*). Similarly, enter a weekly event by replacing the day with w=DAY
, using the first three letters of the name of the day, such as w=mon
. Additionally, if you start the entry with a time using a 24-hour clock, then when
will display multiple events on the same day in chronological order.
Besides these basic commands, When also includes numerous options, which can be either entered at the command line or added to the preferences file. For example, the options --future=DAYS
and --past=DAYS
sets the days displayed, and --ampm
specifies using a 12-hour clock instead of the default 24, with a
or p
following the number. Other options set the number of rows and columns in which to display results, and the font weight and color for the display. The man page has a complete list of available options and preferences, although you can use When perfectly well without most of them.
Pipes and Starting Commands
When creating event entries for Calendar, Remind, and When, you can keep your calendar files readable by maintaining chronological order. However, if you forget, you can get a chronological list of events by adding the sort
pipe at the end of any of these commands. The pipe will automatically print out all the events it recognizes in chronological order.
Similarly, although you should refer to your calendar regularly, you can avoid relying on a busy or preoccupied mind by setting your calendar application to run when you first log in. If you are using a major desktop, you might be able to find a configuration feature to list startup programs, such as KDE's Autostart. Another choice, if you login at the same time every day, is to piggyback your calendar on crontab. Still another alternative is to write a script, although its structure will depend on the init daemon on your system.
One concern is that none of these applications are intended for sharing calendars. If you need to share calendars, you might try gcalcli [7], which is designed to log in to Google Calendar. Although gcalcli is a command-line program, once you learn a few basic commands, it may be quicker and more responsive than using Google Calendar's graphical interface.
For strictly personal use, however, Calendar, Remind, and When are all applications that combine the philosophy of Unix (short, simple, clear, modular, and extensible code that is easily maintained and repurposed) [8] with an efficiency that the desktop sometimes loses track of. My suggestion is to start with When, the simplest of the three, then explore Calendar and Remind after you have enough hands-on experience to know what extra features you want.
Infos
- Cron: https://en.wikipedia.org/wiki/Cron
- Anacron: https://en.wikipedia.org/wiki/Anacron
- Cal: https://en.wikipedia.org/wiki/Cal_%28Unix%29
- Calendar: http://www.computerhope.com/unix/ucalande.htm
- Remind: http://www.linuxjournal.com/article/3529
- When: http://www.lightandmatter.com/when/when.html
- gcalcli: https://github.com/insanum/gcalcli
- Unix philosophy: http://en.wikipedia.org/wiki/Unix_philosophy
« Previous 1 2
Buy this article as PDF
(incl. VAT)
Buy Linux Magazine
Direct Download
Read full article as PDF:
Price $2.95
News
-
KaOS 2022.06 Now Available With KDE Plasma 5.25
The newest iteration of KaOS Linux not only adds the latest KDE Plasma desktop but sets LibreOffice as the default.
-
Manjaro 21.3.0 Is Now Available
Manjaro “Ruah” has been released and includes the latest Calamares installer, GNOME 42, and much more.
-
SpiralLinux is a New Linux Distribution Focused on Simplicity
A new Linux distribution, from the creator of GeckoLinux, is a Debian-based operating system with a focus on simplicity and ease of use.
-
HP Dev One Linux Laptop is Now Available for Pre-Order
The System76/HP collaboration Dev One laptop, geared toward developers, is now available for pre-order.
-
NixOS 22.5 Is Now Available
The latest release of NixOS with a much-improved package manager and a user-friendly graphical installer.
-
System76 Teams up with HP to Create the Dev One Laptop
HP and System76 have come together to develop a new laptop, powered by Pop!_OS and aimed toward developers.
-
Titan Linux is a New KDE Linux Based on Debian Stable
Titan Linux is a new Debian-based Linux distribution that features the KDE Plasma desktop with a focus on usability and performance.
-
Danielle Foré Has an Update for elementary OS 7
Now that Ubuntu 22.04 has been released, the team behind elementary OS is preparing for the upcoming 7.0 release.
-
Linux New Media Launches Open Source JobHub
New job website focuses on connecting technical and non-technical professionals with organizations in open source.
-
Ubuntu Cinnamon 22.04 Now Available
Ubuntu Cinnamon 22.04 has been released with all the additions from upstream as well as other features and improvements.