Jump to content

Reminder Program


lost_in_space

Recommended Posts

Does anybody have a recommendation on reminder/calendar programs for linux (ubuntu)?

I'd like something that pops up and reminds me to do my 90 day report.

There's a program called 'remind' in synaptic, has anybody had any experience with it, or 'xcal?'

Before I start to experiment, I thought I'd ask for some input.

Link to comment
Share on other sites

If you are handy with a command line then it is pretty easy to send a system email with either 'at' or 'cron' to do. Type 'man at' or 'man cron' in a terminal for more info without the ' and '.

If you have a Gmail account then the calendar function can be set up to send emails on event triggers without the need to download and install extra stuff.

Link to comment
Share on other sites

Open a terminal and type :

$ zenity --warning --text="90 day report"

It has a lot of options (calendar, popup, tray icon...) :

$ zenity --help

You could also use a Text to Speech synthesis software like 'festival' and run :

$ 'echo "90 day report" | festival --tts:

There are plenty of notification tools, all you need is to create a cron job.

Link to comment
Share on other sites

  • 2 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.







×
×
  • Create New...