-
-
Save jyurek/6869311 to your computer and use it in GitHub Desktop.
Useful command for getting large type
This file contains 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
#!/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