| OS X - Apps and Games Discussion of applications and games available for Mac OS X. |
| Post Reply | New Thread | Subscribe |
|
|
Thread Tools |
![]() Member Since: Apr 29, 2006
Location: St. Somewhere
Posts: 4,547
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Mac Specs: PowerMac G5 Quad, 2.5 GHz, 4 Core, 120 GB SSD, 500 GB HDD
|
I am looking for an OS X app that will serve as a reminder program. In various past OS' I have run I have had programs usually called "remind" or "reminder" etc. that allow you to specify an event, and a set of reminder actions to take on that event. Typically, you run this program as part of your login routine, so that each day as you log in, it can pop up the relevant reminders.
All of the good ones I have used are rule based - they let you specify lots of neat actions via rules like: Between this date and this date pop up this reminder Between this date and this date, tell me how many days until this date (plus show my reminder) Until this data, pop up this reminder Every second Friday pop up this reminder Usually, these rules are kept in a user editable text file, or are managed via a GUI rule editor - varies by program. Does such a beast exist for Mac OS X? I want to use it issue reminders like: > Only 25 days left until my sisters birthday on January 25th > It is payday today > etc. Essentially remind me of all important birthdays, anniversaries, etc. for a week or two in advance, as well as poping up a reminder on paydays that it is payday, and so on. Any such apps out there? My Macs: PowerMac G5 Quad, 2.5 GHz, 4 Core, Mac Pro, 3.2 GHz 8 Core, Power Macintosh 7500/100 My iStuff: 32 GB iPhone 4, 30 GB iPod Video, 16 GB iPod Touch My OS': Mac OS X Tiger, Mac OS X Snow Leopard, Mac OS X Leopard, Mac OS 8.6, openSUSE 10.3, Win XP I was on the Mac-Forums honor roll for September 2007 |
| QUOTE Thanks | |
![]() Member Since: Jul 22, 2003
Location: Hamilton College
Posts: 7,003
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Mac Specs: 20" iMac C2D 2.16ghz, 13" MacBook 2.0ghz, 60gb iPod vid, 1gb nano
|
Don't forget to use the new User Reputation System |
| QUOTE Thanks | |
|
Inactive Staff
Member Since: Dec 24, 2002
Location: Los Angeles, California
Posts: 12,591
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Mac Specs: 2 x 3.0GHz Quad-Core, 6GB OS X 10.6.8 | 15in MacBook Pro 2.2GHz OS X 10.6.8 | 64GB iPad 2 WiFi
|
Is he this fast, choose master.
Life isn't about waiting for the storm to pass, It's about learning to dance in the rain! |
| QUOTE Thanks | |
|
Guest
Posts: n/a
|
Quote:
|
|
| QUOTE Thanks | ||
![]() Member Since: Jun 11, 2003
Location: Mount Vernon, WA
Posts: 4,905
![]() ![]() ![]() ![]() ![]() ![]() ![]() Mac Specs: MacBook Pro 2.6 GHz Core 2 Duo 4GB RAM OS 10.5.2
|
Nice mt dew ad
I use iCal, but man it's got bugs.. it annoys me to no end, but it's integrated with everything so I need to use it over Entourage's calendar/reminders which is superior in my opinion.
---> Join the Mac-Forums Folding team: use 37954 as your team number.View Mac-Forums Folding team statistics (More Info) Don't forget to use the User Reputation System |
| QUOTE Thanks | |
![]() Member Since: Feb 17, 2006
Posts: 688
![]() ![]() Mac Specs: iMac 17" Intel Core Duo 1.83GHz 512 MB Ram 128 vRAM 60GB HD
|
iCal will work, Microsoft Entourage will work, and (my personal favorite) the Stickies Widget, though the widget just sorta acts like a list of stuff to do.
the back of our computer looks better than the front of theirs Quote:
|
|
| QUOTE Thanks | ||
![]() Member Since: Apr 29, 2006
Location: St. Somewhere
Posts: 4,547
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Mac Specs: PowerMac G5 Quad, 2.5 GHz, 4 Core, 120 GB SSD, 500 GB HDD
|
Unless I am missing something, iCal won't do what I want - or I haven't figured out how to do it.
For example: - I want a reminder every day, between next Monday and next Friday, that the following Tuesday is important. - I want a message every day from now until 3 weeks from now telling me that it is only "x" days until that date 3 weeks from now How can I make iCal do something like that? It is not obvious to me. Alternately, if Entourage will do this, could someone be very helpful and illuminate the steps? My Macs: PowerMac G5 Quad, 2.5 GHz, 4 Core, Mac Pro, 3.2 GHz 8 Core, Power Macintosh 7500/100 My iStuff: 32 GB iPhone 4, 30 GB iPod Video, 16 GB iPod Touch My OS': Mac OS X Tiger, Mac OS X Snow Leopard, Mac OS X Leopard, Mac OS 8.6, openSUSE 10.3, Win XP I was on the Mac-Forums honor roll for September 2007 |
| QUOTE Thanks | |
![]() Member Since: Apr 29, 2006
Location: St. Somewhere
Posts: 4,547
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Mac Specs: PowerMac G5 Quad, 2.5 GHz, 4 Core, 120 GB SSD, 500 GB HDD
|
My quest for reminder applications has led me many places, including countdown widgets and many other things. Ultimately, as of yesterday, this story has an unexpectedly perfect ending, which I would like to share here, in case others have been on a similar quest.
My initial post in this thread outlined what I was looking for, and described somewhat the open source Linux program called "remind" that did the job perfectly. I am extremely happy to say that this very same remind program is alive and well on the Mac. No one has done the work to bundle it up as a tidy .dmg file, so you need to do a little work to get it going. However, first things first. See: http://www.roaringpenguin.com/pengui...roducts/remind to get the program in source form, and see: http://www.43folders.com/2005/02/24/...oks-at-remind/ for some basic "how to" information in using it to best effect. To turn the above source into an executable, you need to have loaded the GNU C compiler and tools from your Mac OS X install DVDs. Assuming you have done that, the usual open source "recipe" for building from source works like a charm: 1/ Uncompress the source file into its own directory 2/ cd into that directory (using Terminal) 3/ Issue the following Terminal commands in sequence: ./configure make sudo make install That's it, you are done. You end up with a program called remind located in /usr/local/bin. Now for the great part - there is a Dashboard widget that uses the remind program to display its reminder output every time you go into Dashboard. See: http://nick.vargish.org/software/remindwidget With the remind program built and the remind widget installed, every time I go into Dashboard, I see all my reminders for the day. I use this to remind me of upcoming birthdays, anniversarys, paydays, and so on, as well as "one of" reminders like "pick up dry cleaning today" and so on. Click the below thumbnail for an example of what the widget output looks like I find this program invaluable - if you have been looking for this sort of thing, check out the above. It works wonderfully. If you do try it out and have ANY issues with setting up the remind input file (where you define the things you want to be reminded about) just post here and I will help out. My Macs: PowerMac G5 Quad, 2.5 GHz, 4 Core, Mac Pro, 3.2 GHz 8 Core, Power Macintosh 7500/100 My iStuff: 32 GB iPhone 4, 30 GB iPod Video, 16 GB iPod Touch My OS': Mac OS X Tiger, Mac OS X Snow Leopard, Mac OS X Leopard, Mac OS 8.6, openSUSE 10.3, Win XP I was on the Mac-Forums honor roll for September 2007 Last edited by mac57; 01-25-2007 at 02:43 PM. |
| QUOTE Thanks | |
| Post Reply | New Thread | Subscribe |
| Thread Tools | |
|
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
|
|
|
|
|||||||
Thread |
Thread Starter |
Forum |
Replies |
Last Post |
| Running application in Classic | unreglsteredsn | Running Windows (or anything else) on your Mac | 0 | 10-28-2005 07:02 PM |
| Application has to be transferred in a .sit | Aikinai | Switcher Hangout | 4 | 10-18-2005 10:19 PM |
| Custom application launchers in Dock? | nanoo | OS X - Operating System | 10 | 10-13-2005 03:04 PM |
| How to make an application full screen for Mac OS X that are called through html? | yu2 | Web Design and Hosting | 2 | 08-17-2005 01:35 AM |
| Custom Internet Application Randomly Freezing | rlecjr | OS X - Development and Darwin | 0 | 08-27-2004 09:40 AM |
All times are GMT -4. The time now is 07:27 PM.
Powered by vBulletin