Skip to content

Instantly share code, notes, and snippets.

@jyurek
Created October 7, 2013 14:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jyurek/6869311 to your computer and use it in GitHub Desktop.
Save jyurek/6869311 to your computer and use it in GitHub Desktop.
Useful command for getting large type
#!/usr/bin/osascript
on run argv
set display_string to (item 1 of argv)
tell application "Quicksilver" to show large type display_string
end run
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment