Skip to content

Instantly share code, notes, and snippets.

@bergman
Created October 26, 2011 19:52
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 bergman/1317589 to your computer and use it in GitHub Desktop.
Save bergman/1317589 to your computer and use it in GitHub Desktop.
Use Quicksilver}’s ’Large type’ command from zsh
largetype() { osascript 2>/dev/null <<EOF
tell application "Quicksilver"
show large type "$*"
end tell
EOF
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment