Raspberry PI : As a personal organiser
We all have our ways of keeping our lives in order, from a scrap of paper in the pocket, to an overcomplicated digital personal organiser. If you are already using your Raspberry Pi for day to day tasks then the following program might be right down your alley.
Calcurse is a text base calender software offering scheduling, task management and reminders system. Being a lightweight textbased application, it sits right at home on your Raspberry Pi. To install it we simply use Apt-get to grab the latest version, type the following
sudo apt-get install calcurse
As usual you will need to authenticate the sudo command. THanks it, you should now be able to launch Calcurse by typing
Calcurse
You dont need to leave it open to recieve the reminders as the application launches its own background service to ensure that reminders are monitored. Much like many other linux applications, you can also launch it with certain parameters to get information quickly without launching the apllication fully. For example
Calcurse -a
Will print to the screen a list of all outstanding appointments.
For more information on Calcurse check the applications website here













