Created
October 26, 2011 19:52
-
-
Save bergman/1317589 to your computer and use it in GitHub Desktop.
Use Quicksilver}’s ’Large type’ command from zsh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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