Tell me more ×
Super User is a question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.

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

from the command line?

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

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.

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

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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