3

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

from the command line?

Kevin Burke
  • 945
  • 4
  • 13
  • 31

2 Answers2

3

There's a nice utility called 'LargeType2' that add a 'Service' menu item to display such large texts:

Homepage and download link: http://blyt.net/algrtepy2e/

official screenshot

1

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.

Daniel Beck
  • 111,893