Is there a way to call this function: 'Large Type' in Mac like in Address Book application

from the command line?

link|improve this question

You need a GUI anyway, is using QuickSilver not an option? See also: Quicksilver Large Type – slhck Jan 22 at 1:32
Address Book's AppleScript dictionary does not support this functionality directly. – Daniel Beck Jan 23 at 9:52
feedback

1 Answer

up vote 1 down vote accepted

You can use Growl to display your text as a notification. You can use Growl's AppleScript API as described here using osascript from the command line to specify a specific display style.

Growl display styles are basically HTML and CSS, so you can easily create your own and customize its look to be "large type" instead of a regular notification. Check out some third party styles for inspiration.

link|improve this answer
Thanks. You've taught me something new! – Randolph West Jan 23 at 5:35
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.