Jump to content

Recommended Posts

Posted

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.

Posted

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.

Posted

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.

  • 2 months later...
Posted

I'm so forgetful at times that I would forget to activate the reminder in software, so I bought a small white board and always remember to update the next 90-day report date. Since doing that, I've never been late reporting.

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...