I've been using Growl for some time now. Never knew there was a command line tool. There are several functions we want to alert users to (there's a nice thread on user notification over at the Casper list). After testing the growlnotify tool, it's just the ticket. I just wanted to let the developer know the man page isn't working. The script puts the growlnotify.1 man page into the wrong directory:
--------------------------- begin original install.sh script ---------------------------- #!/bin/sh sudo mkdir -p /usr/local/bin echo "Creating /usr/local/bin" sudo mkdir -p /usr/local/man/man1 echo "Creating /usr/local/man/man1" sudo cp growlnotify /usr/local/bin/growlnotify sudo cp growlnotify.1 /usr/local/man/man1/growlnotify.1 echo "Installation complete. Please add /usr/local/bin to your PATH if you have not already. Consult your shell's documentation if you do not know how to do this." --------------------------- end original install.sh script ---------------------------- The path for the man page should be /usr/share/man/man1/ so the "man 1 growlnotify" command brings up the man page. Was there a reason for creating a /usr/local/man/man1/ directory? Was it different in Leopard? I'm on Snow Leopard... Thanks, Don On Sep 29, 12:00 am, Peter Hosey <[email protected]> wrote: > It's finally here! > > http://growl.info/ > > Everything's now compatible with Snow Leopard, and many bugs that even > affected Leopard users are fixed. Full details in the Version History: > > http://growl.info/documentation/version_history.php > > Application developers: Now would be a really good time to update your > Growl frameworks. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Growl Discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/growldiscuss?hl=en -~----------~----~----~----~------~----~------~--~---
